DOMElement->removeAttributeNode

(no version information, might be only in CVS)

DOMElement->removeAttributeNode -- Removes attribute

Description

bool DOMElement->removeAttributeNode ( DOMAttr oldnode)

Removes attribute oldnode from the element.

Throws DOMException if node cannot be modified or attribute is not a member of the element node.