What is the HTML DOM? - XML

What is HTML DOM?

- It is a cross-platform and language independent.

- The HTML DOM API specializes and adds the functionality to relate to HTML documents and elements.

- It addresses the issues of backwards compatibility with the Level 0 of DOM.

Advantages of HTML DOM

- It provides mechanisms for common and frequent operations on HTML documents.

- It is a programming interface for HTML and XML documents.

- DOM provides a structured representation of the document.

- It provides a representation of the document as a structured group of nodes and objects which have properties and methods.

- DOM defines a way that the structure can be accessed from programs so that they can change the document structure, style and content.
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......
What is XSL-FO Documents? - XML
XSL-FO documents are XML files (.fo / .fob OR .xml – for being accessible by XML editors) with output information about the layout and contents........
Post your comment