The <xsl:call-template> element invokes a named template.
<xsl:call-template name=NAME>
<xsl:with-param> [optional]
</xsl:call-template>nameSpecifies the name of the template you wish to invoke.
None.
Instruction, appears within a template.
XSLT, section 6.
Supported.