when I give Node.getNodeName() , I get "#text" as the output instead of "TAGNAME" as the output.
<TAGNAME>VALUE</TAGNAME> Please let me know. -----Original Message----- From: Joseph Kesselman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 3:53 PM To: [EMAIL PROTECTED] Subject: Re: How to get Tag name??? Node.getNodeName(). (Though in the long run you probably want to do namespace-aware processing, using the getLocalName and getNamespaceURI calls...) DOM API information is included in the Xalan javadocs. See also the DOM Level 2 Recommendation, available at http://www.w3.org/DOM/DOMTR. ______________________________________ Joe Kesselman / IBM Research --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
