[xsl] How to get Tag name???

Subject: [xsl] How to get Tag name???
From: "Shaikh, Neelkamal (MED, Oracle)" <Neelkamal.Shaikh@xxxxxxxxxx>
Date: Tue, 10 Sep 2002 15:53:56 -0500
Hi,

I am using DOM parser , i need to get the Tag name of a node.

say <TAGNAME>VALUE</TAGNAME> .Value need is "TAGNAME".

I tried usinng this:

	   String currentNode = currNode.getTagName(); it gives below
error.

cannot resolve symbol
symbol  : method getTagName  ()
location: interface org.w3c.dom.Node
	   String currentNode = currNode.getTagName(); 
                                        ^
1 error


Highly appreciate your response.

Thank you,
Neel

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread