From http://www.w3schools.com (Copyright Refsnes Data)
Complete Document Object Reference
The documentURI property sets or returns the location of the document.
| documentObject.documentURI |
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)