Skip to content

Extension org.gramar.base Tag dump

chrisgerken edited this page Sep 14, 2015 · 2 revisions

dump Tag

The dump tag Writes a string representation of the specified node and its children.

  • node select - (required) The node whose string representation is to be written.

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