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 dtd example?
What are xml schemas used for?
Can excel open xml files?
Can xml replace html?
What is an xml file format?
What is dtd in html?
Can xml files be viewed in browsers?
What is xml used for?
What is a url of an rss feed?
Define complex element?
How to connect xml with the database?
When should I use the default xml namespace instead of prefixes?