Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Accessing Node Name in XSL

843834May 9 2005 — edited May 19 2006
Hi 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 16 2006
Added on May 9 2005
10 comments
356 views