When creating an attribute node using createAttribute() or
createAttributeNS(), use the parallel setAttributeNode() or setAttributeNodeNS() to add the node to the document -- do not assume that setAttributeNode() will operate properly for both.
Showing
Please register or sign in to comment