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 does extensible markup language xml describe?
Can xml files be viewed in browsers?
Is wsdl and xsd same?
What is xml document system?
What is xsl describe its two parts?
How do I add a rss feed?
How does xml store and transport data?
State the features of xml?
what is the difference between xpath document and xml document?
How do I use the default xml namespace to refer to attribute names in an xml namespace?
Can xml use non-latin characters?
What is cdata section in xml?