What are DOM and SAX ?
Answer / 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 |
What is the purpose of xml?
What is xml and css?
what is XLink and XPointer ?
What is the difference between xsl and xslt?
Do you feel that you are a good xslt programmer? : xslt
How is metadata handled by xml?
Provide an example of xml.
What are the advantages of using xml?
Explain about non-XML resources?
What is the use of xslt <xsl: for-each> element?
How does xslt transform xml?
Define xml?