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
Can I use qualified names in dtds?
What is use of rss feed in website?
what is the role of the doctype declaration in reference to xml?
What is xsl param?
Explain the used of the xml prolog section.
What is the function of qualified names?
How do I convert pdf to xml?
What is xsl in xml?
What are the three parts of XSL?
Would you be able to use the xslt to convert html into vxml?
What is binding (XML)?
How do I publish an xml message?
What is the use of xml data binding?
How do I open a xsl file?
Which browser first used the rss feed?