|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] Query Through Multiple FilesWei, Alice J. ajwei at indiana.eduSat 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
http://x-query.com/mailman/listinfo/talk<mailto:http://x-query.com/mailman/listinfo/talk>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://x-query.com/pipermail/talk/attachments/20080119/aa96b579/attachment.htm
|
Purchase Stylus Studio Online Today!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






