RoxenCMS 17Web 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:apply-templates/> or <xsl:apply-templates></xsl:apply-templates>

Provided by module: CMS: XSLTransform

Processes source elements recursively. When used as a container it may only include <xsl:with-param> and <xsl:sort> elements.

See also the XSLT specification.


Attributes

select="expression"

An expression which should evaluate to a node-set which then is processed in document order unless sorting is requested. If select is not specified all children of the current node will be processed.


mode="string"

Specifies the processing mode.