From http://www.w3schools.com (Copyright Refsnes Data)
Complete Document Object Reference
The documentElement property returns the root node of the document.
| documentObject.documentElement |
The following code fragment loads "books.xml" into xmlDoc using loadXMLDoc() and displays the location of the XML document:
Example
Output:
Try it yourself » |
Complete Document Object Reference
From http://www.w3schools.com (Copyright Refsnes Data)