XSLT:call-template
From MDC
Contents |
The <xsl:call-template> element invokes a named template.
[edit] Syntax
<xsl:call-template name=NAME> <xsl:with-param> [optional] </xsl:call-template>
[edit] Required Attribute
name- Specifies the name of the template you wish to invoke.
[edit] Optional Attributes
None.
[edit] Type
Instruction, appears within a template.
[edit] Defined
XSLT, section 6.
[edit] Gecko support
Supported.