OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] Java NPE at node.getAttribute( )

[ Lists Home | Date Index | Thread Index ]

 
I think you should get the "transport" nodes in a node collection, then get
the name attribute of each transport node: 

NodeList nodeList=xmlDocument.selectNodes("/applet/transport", nsr); 
XMLElement  node=(XMLElement)nodeList.item(0);
String trans_val1 = node.getAttribute("name"); 







 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS