What is DOM and how does it related to XML?
Answers were Sorted based on User's Feedback
Answer / venky_sai
The Document Object Model(DOM) defines a standard way for
accessing and manipulating XML documents.
The DOM presents an XML document as a tree-structure (a node
tree), with the elements, attributes, and text defined as nodes.
The XML DOM defines a standard set of objects for XML.
The XML DOM is platform- and language-independent...
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mallikarjun
DOM Means Document Object Model(DOM) ,It defines a standard
way for accessing & Manipulating XML Document
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the best rss reader?
what is XLink and XPointer ?
How do applications process documents that use xml namespaces?
Why is WEB.XML file used?
What is XML Encoding?
DOM & SAX parsers explanation and difference ?
What happens if your atom feed fails the validation?
What is targetnamespace in xml?
What are the main parts of xsl document?
What are the main benifits of XML?
What is valid xml document? What a well formed xml document?
What is XSL template? What output this XSL template will produce given a particular xml file?