XML DOM documentURI Property

The following code fragment loads "books.xml" into xmlDoc and displays the location of the XML document

Definition and Usage

The documentURI property sets or returns the location of the document.

Syntax

documentObject.documentURI

❮ Document Object