xml tutorial to write java app that parses xml using DOM?
Tom Barns
Ranch Hand
Joined: Oct 27, 2000
Posts: 138
posted
0
Hi all where can i find a good and simple tutorial to write java examples to parse xml document using DOM. thanks for your time.
Thanks for your help.
Ajith Kallambella
Sheriff
Joined: Mar 17, 2000
Posts: 5782
posted
0
The parser downloads - both JAXP from Sun and Xerces from Apache comes bundled with sample programs. You will find SAX and DOM parsing examples there. Here's a quick link - http://java.sun.com/xml/jaxp-docs-1.1/readme.html Good luck,
------------------ Ajith Kallambella M. Sun Certified Programmer for the Java�2 Platform. IBM Certified Developer - XML and Related Technologies, V1.
Open Group Certified Distinguished IT Architect. Open Group Certified Master IT Architect. Sun Certified Architect (SCEA).