------------------------------- The following list is a sample of the properties and methods that you use to access nodes in an XML
document.
Property/ Method Description XMLDocument Returns a reference to the XML Document Object Model (DOM) exposed by the object.
documentElement Returns the document root of the XML document. childNodes Returns a node list containing the children of a node (if any). item Accesses individual nodes within the list through an index. Index values are zero-based, so
item(0) returns the first child node. text Returns the text content of the node.
The following code shows an HTML page containing an XML data island. The data island is contained within