RE: [xsl] How to get Tag name???

Subject: RE: [xsl] How to get Tag name???
From: "James Fuller" <james.fuller@xxxxxxxxxx>
Date: Tue, 10 Sep 2002 22:10:20 +0100

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Shaikh,
> Neelkamal (MED, Oracle)
> 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();
>                                         ^


OT

in xslt you would use

name()

function

so u think u gonna get an answer asking something that has nothing to do
with XSL, on an XSL mailing list ??????

cheers, jim fuller


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


Current Thread