Element Object
The removeChild() method removes a child node.
This function returns the removed node on success, or NULL on failure.
| Parameter | Description |
|---|---|
| node | Required. Specifies the child node to remove |
The following code fragment loads "books.xml" into xmlDoc using loadXMLDoc() and removes a child node in the first <book> element:
Output:
removeChild() - Remove the last child node from a nodelist
Element Object
Your message has been sent to W3Schools.