Answer Posted / guest
The Document Object Model (DOM) is an interface
specification maintained by the W3C DOM Workgroup that
defines an application independent mechanism to access,
parse, or update XML data. In simple terms it is a
hierarchical model that allows developers to manipulate XML
documents easily Any developer that has worked extensively
with XML should be able to discuss the concept and use of
DOM objects freely. Additionally, it is not unreasonable to
expect advanced candidates to thoroughly understand its
internal workings and be able to explain how DOM differs
from an event-based interface like SAX.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Why do people use xml?
Can we debug xml file?
Explain various roles of xslt?
What are the steps in the instantiation of a template?
Briefly explain the xml spy 2005 multitool.
If xml does not have closing tag will it work ?
how to transform an XML file into HTML using XSL transformation (XSLT)?
What are the two types of wsdl elements?
What are xml schemas used for?
How do I open an xml file in excel?
Is html5 valid xml?
What is metadata in excel?
How is xml parsed?
In xml how can the user create code which contains content that would be ignored by the parser?
What is XPath Query ?