--- title: call-template slug: Web/XSLT/Element/call-template tags: - Référence_XSLT translation_of: Web/XSLT/Element/call-template original_slug: Web/XSLT/call-template ---

{{ XsltRef() }}

L'élément <xsl:call-template> invoque un modèle nommé.

Syntaxe

<xsl:call-template name=NOM>
	<xsl:with-param> [optionnel]
</xsl:call-template> 

Attribut obligatoire

name
Définit le nom du modèle à invoquer.

Attributs optionnels

Aucun.

Type

Instruction, apparaît dans un modèle.

Définition

XSLT 1.0, section 6.

Support Gecko

Supporté.