From http://www.w3schools.com (Copyright Refsnes Data)
Complete Element Object Reference
The prefix property returns namespace prefix for the selected element
If the selected node is not an element or attribute, this property always returns NULL.
| elementNode.prefix |
The following code fragment loads "books_ns.xml" into xmlDoc using loadXMLDoc() and gets the namespace prefix from the first <title> element:
Example
The output of the code above will be:
Try it yourself » |
Complete Element Object Reference
From http://www.w3schools.com (Copyright Refsnes Data)