elementsetattributenodens01
IBM
Testing Element.setAttributeNodeNS: If an attribute with that local name
and that namespace URI is already present in the element, it is replaced
by the new one.
Create a new element and two new attribute nodes (in the same namespace
and same localNames).
Add the two new attribute nodes to the element node using the
setAttributeNodeNS method. Check that only one attribute is added, check
the value of this attribute.
Neil Delima
2002-04-28