elementsetattributens03
IBM
The method setAttributeNS adds a new attribute.
Retreive an existing element node with a default attribute node and
add two new attribute nodes that have the same local name as the
default attribute but different namespaceURI to it using the setAttributeNS method.
Check if the attribute was correctly set by invoking the getAttributeNodeNS method
and checking the nodeName and nodeValue of the returned nodes.
Neil Delima
2002-04-28