I need to be able to find the position of a parent node.
To find the path I am using:
ancestor::CONTACT
I want to be able to find the position on that CONTACT node, but cannot seem to apply position() in this context - what operator do I use?
ancestor::CONTACT/position() does not work.
The reason is - I need to send this index to another page to delete it - hence I need it's position, otherwise will have to send the entire contents of the node.
Any work arounds?
<bb/>
To find the path I am using:
ancestor::CONTACT
I want to be able to find the position on that CONTACT node, but cannot seem to apply position() in this context - what operator do I use?
ancestor::CONTACT/position() does not work.
The reason is - I need to send this index to another page to delete it - hence I need it's position, otherwise will have to send the entire contents of the node.
Any work arounds?
<bb/>