Easy Tutorial
❮ Prop Document Xmlstandalone Prop Element Localname ❯

XML DOM baseURI Property



Definition and Usage

The baseURI property returns the location (URI) of the XML document.

Syntax


Example

The following code snippet uses loadXMLDoc() to load "books.xml" into xmlDoc and displays the location of the XML document:

Example

Output:


❮ Prop Document Xmlstandalone Prop Element Localname ❯