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

-{{ XsltRef() }} -

L'élément <xsl:otherwise> est utilisé pour définir une action qui doit être exécutée lorsqu'aucune condition <xsl:when> ne s'applique. Elle est comparable aux instructions else ou default d'autres langages de programmation. -

-

Syntaxe

-
<xsl:otherwise>
-	MODÈLE
-</xsl:otherwise>

Attributs obligatoires

-

Aucun. -

-

Attributs optionnels

-

Aucun. -

-

Type

-

Sous-instruction, doit apparaître comme le dernier enfant d'un élément <xsl:choose>, dans un modèle. -

-

Définition

-

XSLT 1.0, section 9.2. -

-

Support Gecko

-

Supporté. -

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

+{{ XsltRef() }} +

L'élément <xsl:otherwise> est utilisé pour définir une action qui doit être exécutée lorsqu'aucune condition <xsl:when> ne s'applique. Elle est comparable aux instructions else ou default d'autres langages de programmation. +

+

Syntaxe

+
<xsl:otherwise>
+	MODÈLE
+</xsl:otherwise>

Attributs obligatoires

+

Aucun. +

+

Attributs optionnels

+

Aucun. +

+

Type

+

Sous-instruction, doit apparaître comme le dernier enfant d'un élément <xsl:choose>, dans un modèle. +

+

Définition

+

XSLT 1.0, section 9.2. +

+

Support Gecko

+

Supporté. +

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