XML DOM value Property

The following code fragment loads "books.xml" into xmlDoc and displays the name and value of the category attribute

Definition and Usage

The value property returns the value of an attribute.

Syntax

attrObject.value

❮ Attr Object