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 are the events for a form?
What are library functions?
How to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
What is different about namespace declaration when comparing that to package declaration in java?
Explain COM with example?
Explain hard disk and what is its purpose? : .NET Architecture
Explain difference between state server and sqlserver? : .NET Architecture
Differnce between managed code and unmanaged code ?
which is the institute in hyderabad for providing the live project industry training
HttpHendler and HttpModules
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
Is dim fs as filestreamobject is a managed code? : Dot net architecture
What are the main Tools to develop .Net Application?
Are there any third party logging components available?
What is the difference between l1 and l2 cache? : Dot net architecture