Easy Tutorial
❮ Prop Cdata Data Met Comment Appenddata ❯

XML DOM implementation Property



Definition and Usage

The implementation property returns the DOMImplementation object that handles the document.

Syntax


Example

The following code snippet uses loadXMLDoc() to load "books.xml" into xmlDoc and returns the DOMImplementation object that processes the document:

Example

Output:


❮ Prop Cdata Data Met Comment Appenddata ❯