I wasn't aware if this was possible as it's not mentioned anywhere in
the documentation. I thought of this possibility but wanted
confirmation, so I'm going to try it that way.
Thanks for your help!
Wolfram
Upayavira schrieb:
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