This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Printing a value of a node


This is not an XSLT problem, but this occured when I was trying to write a
java file to parse an xml file..

this is the element in xml file:
<street> 50/7, Gurugama Road </street>

I am trying to write it in this way:
System.out.println ("Street :" + t.getNodeName() + "\n" + t.getNodeType() +
"\n" + t.getNodeValue());

it returns t.getNodeName() , t.getNodeType() correctly, but it returns null
for t.getNodeValue(). But in the xml file there is a value..

where t is an instance of  org.w3c.dom.Node
I am using Xerces parsr..

I have only subscribed to this mailing list ; I think one of you may reply
me..

-Ranjith





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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]