How can I use more than one xml-file by query with sandbox

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How can I use more than one xml-file by query with sandbox

masjab-2
Hello,

I was trying to work with the eXist-sandbox but strange...
My data is split into lots of small {id}.xml files. Every file holds  
one entry for my dictionary...
But when I do a query with the eXist sandbox only the first entry is  
shown...

Example:





But there is more than one file in the collection...=(

--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

Bild 5.png (58K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: How can I use more than one xml-file by query with sandbox

Alessandro Vernet
Administrator
On Sun, Jul 13, 2008 at 7:09 AM, Masen J <[hidden email]> wrote:
> Hello,
>
> I was trying to work with the eXist-sandbox but strange...
> My data is split into lots of small {id}.xml files. Every file holds one
> entry for my dictionary...
> But when I do a query with the eXist sandbox only the first entry is
> shown...

Maybe this is an issue with the eXist sandbox. In a collection, "/"
will return all the documents. You can try doing a count(/); this
should return the number of documents you have in the collection. You
can also try using the eXist client instead of the eXist sandbox.

Alex
--
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
Orbeon's Blog: http://www.orbeon.com/blog/
Personal Blog: http://avernet.blogspot.com/
Twitter - http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws