namednodemapsetnameditemns03 IBM The method setNamedItemNS adds a node using its namespaceURI and localName and raises a WRONG_DOCUMENT_ERR if arg was created from a different document than the one that created this map. Retreieve the second element whose local name is address and its attribute into a named node map. Do the same for another document and retreive its street attribute. Call the setNamedItemNS using the first namedNodeMap and the retreive street attribute of the second. This should raise a WRONG_DOCUMENT_ERR. Neil Delima 2002-04-28