Node Object
The localName property returns the local part of the name of a node.
The following code fragment loads "books.xml" into xmlDoc using loadXMLDoc() and returns the local name of the <title> elements:
The output of the code above will be:
Node Object
Your message has been sent to W3Schools.