Feedback

  • Contents
 

XML Remove Node

This XML tool removes the designated node from the children of Node. If Node is an element and the child is an attribute, the attribute is removed, even though attributes are not considered children of an element.

Inputs

Node

Node from whose children to remove a node.

Child To Remove

Child to remove.

Exit Paths

Success

This path is taken if the node was successfully removed.

Failure

This path is taken if the operation fails.