What is the DOM? - XML

What is the DOM?

DOM is a platform independent, World Wide Web Consortium (W3C) standard form of representation of structured documents as an object-oriented model. It is an application programming interface so as to access HTML and XML documents.

What is the Document Object Model, DOM?

Document Object Model (DOM) is used to query, traverse and manipulate documents like XML or HTML documents. DOM is best suited where the document must be accessed repeatedly or out of sequence order. DOM allows accessing the contents of a web page. It also allows dealing with events that allows capturing and responding to user’s actions. There are different levels of DOM standards depending on the compatibility of the browsers.
What is the HTML DOM? - XML
The HTML DOM API specializes and adds the functionality to relate to HTML documents and elements......
What is the XMLHttpRequest Object? - XML
The XMLHttpRequest object is used to connect to the server through http. Scripts use it to do so programmatically......
What is XSL-FO? - XML
XSL-FO stands for Extensible Stylesheet Language Formatting Objects. It is used to format XML data......
Post your comment