Is there a way to get the path of an attribute?
In otherwords, if I have worked my way down to an attribute in some node, is there some way to get the path of that attribure or node name based on a current location.
I am trying to get a path to add to my translation of the path of a node.
Something like:
//RESPONSE/VMETHODS/SALES[@SequenceId="0"]/ADJUSTMENT[@_Type="Storage"]/@_Description
which I might get from something like:
<xsl:value-of select="path"/>
Thanks,
Tom
In otherwords, if I have worked my way down to an attribute in some node, is there some way to get the path of that attribure or node name based on a current location.
I am trying to get a path to add to my translation of the path of a node.
Something like:
//RESPONSE/VMETHODS/SALES[@SequenceId="0"]/ADJUSTMENT[@_Type="Storage"]/@_Description
which I might get from something like:
<xsl:value-of select="path"/>
Thanks,
Tom