Skip to content

Extension org.gramar.base Tag RemoveElemet

chrisgerken edited this page Sep 14, 2015 · 2 revisions

RemoveElemet Tag

The RemoveElemet tag adds a node from the model.

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

  • node select - (required) An XPath expression resolving to a single node to be removed.

Usage and examples

Place a taglib element within <taglibs> element in the gramar.config file in the root of your gramar:

<taglibs>
    <taglib  prefix="c" extension="org.gramar.base" />
</taglibs>

Return to org.gramar.base

Clone this wiki locally