Yury Mikhienko wrote:
How are you accessing Xindice? If you're using Java, you can do something like collection.getResourceCount().Hi!
Can I get the count of documents in xindice collection?
Or get document under the preset position (like /document[position()=1]) ?
Can anyone tell me about the xpath limitation in xindice?
When you use position(), this will _always_ be the position of the node within its own document, not within the collection. Frustrating, but true.
Regards, Upayavira
