From ed99ca385fcffbd4027dac3152547bde690d737b Mon Sep 17 00:00:00 2001 From: julieng Date: Thu, 11 Nov 2021 09:03:53 +0100 Subject: move *.html to *.md --- files/fr/web/xslt/element/call-template/index.md | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/fr/web/xslt/element/call-template/index.md (limited to 'files/fr/web/xslt/element/call-template/index.md') diff --git a/files/fr/web/xslt/element/call-template/index.md b/files/fr/web/xslt/element/call-template/index.md new file mode 100644 index 0000000000..90461193d3 --- /dev/null +++ b/files/fr/web/xslt/element/call-template/index.md @@ -0,0 +1,32 @@ +--- +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é. +

\ No newline at end of file -- cgit v1.2.3-54-g00ecf