(no version information, might be only in CVS)
DOMElement->removeAttributeNS -- Removes attribute
Description
bool 
DOMElement->removeAttributeNS ( string namespaceURI, string localName)
     Removes attribute is namespace namespaceURI 
     named localName from the element.
    
     Throws DOMExcpetion if node cannot be modified.