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
Define element and attribute in an xml document.
How do I find my youtube rss feed?
What is the function of xslt?
Can we execute an xml?
How do I extract data from xml to excel?
How do I create an xml schema in excel?
What is the use of stylesheet in xsl?
What is difference between xml and xhtml?
What does xsl stand for?
What are the parts in which template gets defined?
How to transform an xml into xhtml? : xslt
How are white-spaces handled by xml?
How do I run an xml file in notepad?
What is rss (really simple syndication)?
How xml is different from html?