From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/xslt/call-template/index.html | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/fr/web/xslt/call-template/index.html (limited to 'files/fr/web/xslt/call-template/index.html') diff --git a/files/fr/web/xslt/call-template/index.html b/files/fr/web/xslt/call-template/index.html new file mode 100644 index 0000000000..12daa615fc --- /dev/null +++ b/files/fr/web/xslt/call-template/index.html @@ -0,0 +1,32 @@ +--- +title: call-template +slug: Web/XSLT/call-template +tags: + - Référence_XSLT +translation_of: Web/XSLT/Element/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é. +

Interwiki Languages Links +

{{ languages( { "en": "en/XSLT/call-template", "es": "es/XSLT/call-template", "pl": "pl/XSLT/call-template" } ) }} -- cgit v1.2.3-54-g00ecf