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/with-param/index.html | 32 ------------------------- files/fr/web/xslt/element/with-param/index.md | 32 +++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 files/fr/web/xslt/element/with-param/index.html create mode 100644 files/fr/web/xslt/element/with-param/index.md (limited to 'files/fr/web/xslt/element/with-param') diff --git a/files/fr/web/xslt/element/with-param/index.html b/files/fr/web/xslt/element/with-param/index.html deleted file mode 100644 index 81e0f38b89..0000000000 --- a/files/fr/web/xslt/element/with-param/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: with-param -slug: Web/XSLT/Element/with-param -tags: - - Référence_XSLT -translation_of: Web/XSLT/Element/with-param -original_slug: Web/XSLT/with-param ---- -

-{{ XsltRef() }} -

L'élément <xsl:with-param> définit la valeur d'un paramètre à passer à un modèle. -

-

Syntaxe

-
<xsl:with-param name=NOM select=EXPRESSION>
-	MODÈLE
-</xsl:with-param>

Attribut obligatoire

-
name -
Définit un nom pour ce paramètre. -
-

Attribut optionnel

-
select -
Définit la valeur du paramètre à l'aide d'une expression XPath. Si l'élément contient un modèle, l'attribut est ignoré. -
-

Type

-

Sous-instruction, apparaît toujours dans un élément <xsl:apply-templates> ou un élément <xsl:call-template>. -

-

Définition

-

XSLT 1.0, section 11.6. -

-

Support Gecko

-

Supporté. -

\ No newline at end of file diff --git a/files/fr/web/xslt/element/with-param/index.md b/files/fr/web/xslt/element/with-param/index.md new file mode 100644 index 0000000000..81e0f38b89 --- /dev/null +++ b/files/fr/web/xslt/element/with-param/index.md @@ -0,0 +1,32 @@ +--- +title: with-param +slug: Web/XSLT/Element/with-param +tags: + - Référence_XSLT +translation_of: Web/XSLT/Element/with-param +original_slug: Web/XSLT/with-param +--- +

+{{ XsltRef() }} +

L'élément <xsl:with-param> définit la valeur d'un paramètre à passer à un modèle. +

+

Syntaxe

+
<xsl:with-param name=NOM select=EXPRESSION>
+	MODÈLE
+</xsl:with-param>

Attribut obligatoire

+
name +
Définit un nom pour ce paramètre. +
+

Attribut optionnel

+
select +
Définit la valeur du paramètre à l'aide d'une expression XPath. Si l'élément contient un modèle, l'attribut est ignoré. +
+

Type

+

Sous-instruction, apparaît toujours dans un élément <xsl:apply-templates> ou un élément <xsl:call-template>. +

+

Définition

+

XSLT 1.0, section 11.6. +

+

Support Gecko

+

Supporté. +

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