From http://www.w3schools.com (Copyright Refsnes Data)
Complete Element Object Reference
The baseURI property returns the location (URI) of the xml document.
| elementNode.baseURI |
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 Element Object Reference
From http://www.w3schools.com (Copyright Refsnes Data)