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