DomNode->remove_child()
DomNode->remove_child - Removes child from list of childrenSyntax
domtext DomNode->remove_child (domtext $oldchild)Arguments
- oldchild - The node being appended. It can be created with e.g. DomDocument->create_element, DomDocument->create_text_nodeetc. or simply by using any other node. Note: You can not append a DOMAttributeusing this method. Use DomElement->set_attributeinstead.
