Answer Posted / praveen
DOM (Document Object Model) and SAX (Simple API for XML) are
APIs to access XML documents. They allow applications to
read XML documents without having to worry about the syntax.
They are complementary: DOM is best suited for browsers and
editors; SAX is best for all the rest.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How xml is used in web application?
What happens when an element is being processed in forwards-compatible mode?
What is the scope of an xml namespace declaration?
What is html xml css?
What does an xml document actually look like (inside)?
Why not just carry on extending html?
What are the differences between xml and html?
What is an xml expansion pack?
How do I change a text file to xml?
What is an xslt template?
Can I use an attribute default in a dtd to declare an xml namespace?
What is xsl template?
What are the main parts of xsl document?
How to transform an xml document into another xml document? : xslt
Can I use rss feeds on my website?