Wolfram Horwath wrote:
Hi!
Is there a way to execute a XPATH-Query on only one specified document in a collection?
Erm. Isn't this easy? /db/collection/#//xpath does an Xpath on a collection, whereas /db/collection/document#//xpath does one on a document in a collection.
Am, I missing something?
Upayavira