How we can navigate the XML documents?

We can use the XML:DOM naviation methods to navigate though an XML::DOM node tree and then use getnodevalue to recover the data.

Showing Answers 1 - 3 of 3 Answers

Santosh Srinivas

  • Sep 26th, 2007
 

You can use SAX if what you require is simple accesing of the xml structure. You can go for DOM if you need node handling capabilities like inserting a node, modifying a node, deleteing node and stuff like that.
follow this link. I think it is most widely seen xml tutorial for beginners.
java . sun . com / xml / tutorial_intro . html

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions