setNamedItemNS02 NIST The "setNamedItemNS(arg)" method for a NamedNodeMap should raise WRONG_DOCUMENT_ERR DOMException if arg was created from a different document than the one that created this map. Create an attr node in a different document with qualifiedName equals "dmstc:domestic" and namespaceURI is "http://www.usa.com". Access the namednodemap of the first "address" element in this document. Invoke method setNamedItemNS(arg) with arg being the attr node from above. Method should raise WRONG_DOCUMENT_ERR DOMException. Mary Brady 2001-08-17