--- title: call-template slug: Web/XSLT/call-template tags: - Todas_las_Categorías - XSLT translation_of: Web/XSLT/Element/call-template ---
{{XsltRef}}
El elemento <xsl:call-template>
invoca una plantilla con nombre.
<xsl:call-template name=NOMBRE> <xsl:with-param> [opcional] </xsl:call-template>
name
Ninguno.
Instrucción, aparece dentro de una plantilla.
XSLT, sección 6.
Soportado.