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 xml namespaces in dtds?
Can I resolve the uri used as an xml namespace name?
What is sgml and xml?
what is the role of the doctype declaration in reference to xml?
How do I save a xml file?
What is rss in html?
How do I create an xml file on a mac?
Is api a web service?
What are the hooks provided by xslt?
What's an rss feed and how do I use it?
What are the specifications defined in xslt?
How do I create an xml return?
What’s a document type definition (dtd) and where do I get one?
Explain the classes in System.XML Namespace?
What is the stylesheet structure used with xslt?