|
The getElementsByTagname() method return a nodelist that contains all elements with the
specified tag name in the same order as they appear in the source document.
The following code fragment print the values of all "title" elements in "bookdetails.xml":
|