Hi, I would appreciate your help. i wnat to understand DOM structure properly. what is the DOM structure? basically what is the DOM Hierarchy? where does exactly nodes, elament ... fit in DOM Hierarchy ? any links or Explanation would be great help for me. wating for your reply. vivek
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
1
posted
0
For a start, you could download the JAXP parser from java.sun.com and study the documentation for the org.w3c.dom package. Bill
Pick up the O'Reilly book "Java and XML" by Brett McLaughlin. It contains a good chapter on DOM and how to use the JAVA to parse an XML document to DOM. He also maintains a site at www.jdom.org. Also see, http://www.w3schools.com/xml/. Good luck, -Peter
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.