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