ON THIS PAGE
xsl:call-template
Syntax
<xsl:call-template name="qualified-name">
<xsl:with-param name="qualified-name" select="expression">
...
</xsl:with-param>
</xsl:call-template>Description
Call a named template. The <xsl:with-param> elements within the <xsl:call-template> instruction define the parameters that are passed to the template.
Attributes
| name | Specifies the name of the template to call. |