Is it possible to directly access data in both entities and attributes with
an XML parser?

ie:
<LEVEL1>
        <LEVEL2 name="name">
                <ABC/>
        </LEVEL2>
        <LEVEL2 name="name2">
                <ABC/>
        </LEVEL2>
</LEVEL1>

How can I access the data in say Level2 and ABC with a direct call.
Something like
doc.getElement.nodeName("LEVEL2").node(0).getValue() type thing?

Thanks!

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to