nodesetprefix02 IBM The method setPrefix sets the namespace prefix of this node. Note that setting this attribute, when permitted, changes the nodeName attribute, which holds the qualified name, as well as the tagName and name attributes of the Element and Attr interfaces, when applicable. Create a new attribute node and add it to an element node with an existing attribute having the same localName as this attribute but different namespaceURI. Change the prefix of the newly created attribute using setPrefix. Check if the new attribute nodeName has changed and the existing attribute is the same. Neil Delima 2002-04-28