J
Jim Garrison
I know how to use the name() function to access the name of the
current node. How do I get the 'fully qualified' name, consisting
of the path from the root to the current node?
I.e.
<a>
<b>
<c>
</c>
</b>
</a>
When processing node c I need an xpath expression that returns
'a/b/c'. Is this available in XPath 1.0?
Jim Garrison
(e-mail address removed)
current node. How do I get the 'fully qualified' name, consisting
of the path from the root to the current node?
I.e.
<a>
<b>
<c>
</c>
</b>
</a>
When processing node c I need an xpath expression that returns
'a/b/c'. Is this available in XPath 1.0?
Jim Garrison
(e-mail address removed)