Node 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> node:
Output:
Node Object
Your message has been sent to W3Schools.