Accessing Node Name in XSL
843834May 9 2005 — edited May 19 2006Hi all,
Is there some way I can access the node name of a node when I'm in an xsl, perhaps some kind of xpath statement, for example, I have the following:
<row>
<agreement>test</agreement>
<date>today</date>
</row>
When I access all the child nodes of the row element, how can I find out the name of each child node, like "agreement" and "date"? thanks in advance.