DOMElement->removeAttributeNode

(no version information, might be only in CVS)

DOMElement->removeAttributeNode -- Removes attribute

Description

bool DOMElement->removeAttributeNode ( object oldnode)

Removes attribute oldnode from the element.

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