A <xsl:call-template> allows one template to explicitly invoke another template by name. See also <xsl:apply-templates>.
<xsl:call-template name = qname> <!-- Content: xsl:with-param* --> </xsl:call-template>
The name of the template to be called. The stylesheet must contain an <xsl:template> with the specifed name.