XML DOM namespaceURI Property

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

Definition and Usage

The namespaceURI property sets or returns the namespace URI of an attribute.

Syntax

attrObject.namespaceURI

❮ Attr Object