From http://www.w3schools.com (Copyright Refsnes Data)
Complete Attr Object Reference
The value property returns the value of an attribute.
| attrObject.value |
The following code fragment loads "books.xml" into xmlDoc using loadXMLDoc() and displays the name and value of the category attribute:
Example
Output:
Try it yourself » |
Complete Attr Object Reference
From http://www.w3schools.com (Copyright Refsnes Data)