(no version information, might be only in CVS)
DOMNode->removeChild -- 
     Removes child from list of children
    
Description
object 
DOMNode->removeChild ( object oldchild)
     This functions removes a child from a list of children.
     If the child could be removed the functions returns the old child.
    
     Throws DOMException if node cannot be removed.