From 39f2114f9797eb51994966c6bb8ff1814c9a4da8 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:08 +0100 Subject: unslug fr: move --- files/fr/web/xslt/element/otherwise/index.html | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 files/fr/web/xslt/element/otherwise/index.html (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 new file mode 100644 index 0000000000..d39df0a592 --- /dev/null +++ b/files/fr/web/xslt/element/otherwise/index.html @@ -0,0 +1,30 @@ +--- +title: otherwise +slug: Web/XSLT/otherwise +tags: + - Référence_XSLT +translation_of: Web/XSLT/Element/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é. +

Interwiki Languages Links +

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