XML DOM baseURI Property

The following code fragment loads "books_ns.xml" into xmlDoc and returns the base URI of the "lang" attributes

Definition and Usage

The baseURI property returns the absolute base URI of an attribute.

Syntax

attrObject.baseURI

❮ Attr Object