From 41a6588583ba556303af7f9a7c2c36150ff60081 Mon Sep 17 00:00:00 2001 From: julieng Date: Thu, 11 Nov 2021 09:03:59 +0100 Subject: convert content to md --- files/fr/web/xslt/element/call-template/index.md | 52 +++++++++++++----------- 1 file changed, 29 insertions(+), 23 deletions(-) (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 index 90461193d3..1b94893c7c 100644 --- a/files/fr/web/xslt/element/call-template/index.md +++ b/files/fr/web/xslt/element/call-template/index.md @@ -6,27 +6,33 @@ tags: 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 + +L'élément `` invoque un modèle nommé. + +### Syntaxe + + + [optionnel] + + +### 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](http://www.w3.org/TR/xslt#named-templates). + +### Support Gecko + +Supporté. -- cgit v1.2.3-54-g00ecf