What is the difference between SAX Parser and DOM Parser?
Answer Posted / apekshit sharma
Hi this is APEKSHIT...
SAX Parser is the one which is developed to run the java
programs especially. It uses a memory resident model. In DOM
the xml file is arranged as a tree and backward and forward
search is possible for searching the tags and evaluating the
data which it holds. It depends upon the application and
ease of data accessiblity. If we want to extract the data
from a xml file once we have to move to SAX which is one
time top to bottom read approach and if we want ot randomly
pick the data in an xml file then the tree reperesentation
of DOM model is to be put into use.
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What is .net mobile images control. : Microsoft dot net mobile
what is the difference between master page and content page?
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
What is .net mobile images control. Explain with an example? : Microsoft dot net mobile
Explain about .net garbage collector?
Explain difference between machine config vs. Web config : Dot net architecture
5. Wcf- Session Managment
Whate are resource files? How are they used in .net?
Explain cache? : Dot net architecture
What is the difference between l1 and l2 cache? : Dot net architecture
How can implement drag and drop using atlas?
What do you know about machine.config file ?
How does .net remoting work?
What is textview control of .net mobile? : Microsoft dot net mobile
What is an interrupt? : .NET Architecture