[xquery-talk] Query Through Multiple Files

Wei, Alice J. ajwei at indiana.edu
Sat Jan 19 20:24:29 PST 2008


Hi,

  I am wondering if any users on this list would know how to query through multiple files.
  In the input below,

for $read in doc("text.xml")//div,
$read in $ad/p/address
where
distinct-values($read)
return
<address>
$read
</address>

I can only run the search in text.xml, is there some way I can do the same thing throughout all the files in the same directory. I tried using
for $read in doc("*.xml")//div, but the error I got is

  SXXP0003: Error reported by XML parser: Content is not allowed in prolog.
Error on line 6 of file:/home/ajwei/www/text.xquery:
  FODC0005: org.xml.sax.SAXParseException: Content is not allowed in prolog.
Query processing failed: Run-time errors were reported

I got the same error when I only put in for $read in doc("*.")//div. Is it possible to parse through several files with only ONE XQuery file?

I would appreciate any hints on this.

Alice Wei
MIS 2008
School of Library and Information Science
Indiana University Bloomington
ajwei at indiana.edu<mailto:ajwei at indiana.edu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://x-query.com/pipermail/talk/attachments/20080119/aa96b579/attachment.htm


More information about the talk mailing list