This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes XML and Related Technologies and the fly likes major difference between DOM1 and DOM2, SAX1 and SAX2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "major difference between DOM1 and DOM2, SAX1 and SAX2" Watch "major difference between DOM1 and DOM2, SAX1 and SAX2" New topic
Author

major difference between DOM1 and DOM2, SAX1 and SAX2

Yan Lee
Ranch Hand

Joined: Sep 15, 2003
Posts: 94
Hi all,
I have the following questions,
1. What is the major difference between DOM1 and DOM2?
2. What is the major difference between SAX1 and SAX2?

From what I was able to figure out, it seems to be in the namespaces, that the 1's did not support namespaces and 2's do.

Thanks for your help.
Madhav Lakkapragada
Ranch Hand

Joined: Jun 03, 2000
Posts: 5040
Here's a useful link I found for the diffs in the DOM models.

- m


Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: major difference between DOM1 and DOM2, SAX1 and SAX2
 
Similar Threads
Passed Saturday 72%
My two bits
When should we expect Test142?
diff b/w Java Parser API and Java Parser Libraries
regarding xml