RoxenCMS 5.4Web Developer ManualXSLT Tags

   

<xsl:apply-imports>
<xsl:apply-templates>
<xsl:attribute>
<xsl:attribute-set>
<xsl:call-template>
<xsl:choose>
<xsl:comment>
<xsl:copy>
<xsl:copy-of>
<xsl:decimal-format>
<xsl:element>
<xsl:fallback>
<xsl:for-each>
<xsl:if>
<xsl:import>
<xsl:include>
<xsl:key>
<xsl:message>
<xsl:namespace-alias>
<xsl:number>
<xsl:otherwise>
<xsl:output>
<xsl:param>
<xsl:preserve-space>
<xsl:processing-instruction>
<xsl:sort>
<xsl:strip-space>
<xsl:stylesheet>
<xsl:template>
<xsl:text>
<xsl:transform>
<xsl:value-of>
<xsl:variable>
<xsl:when>
<xsl:with-param>

<xsl:template/> or <xsl:template></xsl:template>

Provided by module: CMS: XSLTransform

Defines a template rule. The contents of this container is processed whenever the rule is invoked.

See also the XSLT specification.


Attributes

match="pattern"

The pattern which determines which elements this rule should be invoked for. This attribute is required unless there is a name attribute in which case it's optional.


name="string"

Name of template rule.


priority="number"

Template rule priority. If not specified a priority is computed automatically based on the match attribute; this value is normally in the range -0.25 to +0.5.


mode="string"

Processing mode for this template rule. Can only be used if a match attribute is specified as well.