Tag Documentation[tag libraries] [tags] The following document contains a summary of all theJellytag libraries. Tag Libraries[tag libraries] [tags]
jelly:jsl
The Jelly Stylesheet Library (JSL) The JSL tag library implements an XSLT-like declarative XML based processing engine which allows dynamic stylesheets and a free mix and match of all Jelly tags within the script. The JSL tag library relies on the XML tags in JSTL to do most of its work, so JSL just providesthe declarative XML processing via <jsl:stylesheet> <jsl:template>and <jsl:applyTemplates>
Tags[tag libraries] [tags] jsl:applyTemplatesImplements the apply templates function in the stylesheet, similar to the XSLT equivalent.a JSP include.
jsl:styleThis tag performs a JSL stylesheet which was previouslycreated via an <stylesheet>tag.
jsl:stylesheetThis tag implements a JSL stylesheet which is similar to anXSLT stylesheet but can use Jelly tags inside it
jsl:templateThis tag represents a declarative matching rule, similar to the template tag in XSLT.
|