The <xsl:call-template>
element invokes a named template.
The <xsl:call-template>
element invokes a named template.
<xsl:call-template name=NAME> <xsl:with-param> [optional] </xsl:call-template>
name
Specifies the name of the template you wish to invoke.
None.
Instruction, appears within a template.
XSLT, section 6.
Supported.
© 2005–2022 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/XSLT/Element/call-template