RemoveElement Tag

The RemoveElement tag Removes a node from the model.

All of the node's children will be removed as well.

Attribute Kind Required Purpose
select node yes An XPath expression resolving to a single node to be removed.

Full Form

<c:RemoveElement select=“” >

Usage and Samples

Return to index