The length property returns the number of nodes in a node list.
The following code fragment loads "books.xml" into xmlDoc using loadXMLDoc() and gets the number of <title> elements:
The output of the code above will be:
length - Loop through the nodes in a node list