(no version information, might be only in CVS)
DOMNode->removeChild() -- Removes child from list of childrenThis functions removes a child from a list of children.
Raised if this node is readonly.
Raised if oldnode is not a child of this node.
The following example will delete the chapter element of our XML document.