From http://www.w3schools.com (Copyright Refsnes Data)
Complete Document Object Reference
The text property returns the text of a node and its descendants.
| documentObject.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 XML document:
Example
Output:
Try it yourself » |
Complete Document Object Reference
From http://www.w3schools.com (Copyright Refsnes Data)