Hi

Is there a method I can call on an XmlObject A which happens to be a child of
another XmlObject B that will return an xpath expression, that when used in a
query, relative to XmlObject B, would select the original XmlObject A?

E.g. in a query, you are going from string path to node:

'xpath expression' (on node B) -> 'node A'

I want to go the other way, from node to string path:

'node A' -> 'xpath expression' (on node B)

Note that node A could be an attribute or an element. Node B can be assumed to
be the root of a document.

Thanks

Alex.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to