Answer Posted / harish
The DOM is a tree based mechanism that allows u to load or
create an XML document,gather errors if any: access and
manipulate the information and structures contained within
the document and save the document back out to an XML file
if necessary. Construcing the DOM requires reading the
entire XML structure and holding the object tree in
memory,so it is much more CPU and memory intensive.
the SAX is an event-driven ,serial-access mechanism for
accesing XML documents. SAX is the fastest and least memory
intensive mechanism that is currently available for dealing
with XML documents.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How to tell web browsers that your web pages have atom feeds?
What do you mean by xslt
What does xml stands for?
Why was xml developed?
How do I find my rss feed url?
What is xsl template match?
What is meant by xsl formatting?
What is xml file in android?
What is xsl in web technology?
What is an xml namespace prefix?
Is there any xsd file to validate atom feed files?
What can I do with an xml file?
What are the types of XML Parsers?
do I have to change any of my server software to work with xml?
How do I undeclare an xml namespace prefix?