Skip to content

Extension org.gramar.base Tag get

chrisgerken edited this page Sep 14, 2015 · 2 revisions

get Tag

The get tag Resolves to the string representation of the value of an XPath expression

  • string select - (required) An XPath expression

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