namednodemapgetnameditemns03
IBM
The method getNamedItemNS retrieves a node specified by local name and namespace URI.
Create a new Element node and add 2 new attribute nodes having the same local name but different
namespace names and namespace prefixes to it. Using the getNamedItemNS retreive the second attribute node.
Verify if the attr node has been retreived successfully by checking its nodeName atttribute.
Neil Delima
2002-04-28