DOM & SAX parsers explanation and difference ?
Answer Posted / ashish jayaswal
DOM is top to bottom traversal as it parse node by node
SAX traverse in any direction because the whole XML while
gets loaded into the memory.
And thats why SAX is faster than DOM.
Is This Answer Correct ? | 3 Yes | 16 No |
Post New Answer View All Answers
How to use element in xslt?
Is xml schema required?
Is rss still used?
What happens if your atom feed fails the validation?
Write a program to show literal result element as stylesheet?
What atom 1.0 files look like?
What is targetnamespace?
Why not just carry on extending html?
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents?
What do xml editors check?
What are xml technologies?
Where can I declare an xml namespace?
Can we execute an xml?
How do I add an rss feed to outlook 365?
What is rss in html?