XML DOM Node Information
The nodeName, nodeValue, and nodeType properties contain information about nodes. Node Properties In the XML DOM, each node is an object. Objects have methods and properties, that can be accessed and manipulated by JavaScript. Three important node properties are: nodeName…