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/otherwise/index.md | 49 ++++++++++++++++------------ 1 file changed, 28 insertions(+), 21 deletions(-) (limited to 'files/fr/web/xslt/element/otherwise/index.md') diff --git a/files/fr/web/xslt/element/otherwise/index.md b/files/fr/web/xslt/element/otherwise/index.md index e45edb94fc..e8814e2932 100644 --- a/files/fr/web/xslt/element/otherwise/index.md +++ b/files/fr/web/xslt/element/otherwise/index.md @@ -6,25 +6,32 @@ tags: 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 + +L'élément `` est utilisé pour définir une action qui doit être exécutée lorsqu'aucune condition `` ne s'applique. Elle est comparable aux instructions `else` ou `default` d'autres langages de programmation. + +### Syntaxe + + + MODÈLE + + +### Attributs obligatoires + +Aucun. + +### Attributs optionnels + +Aucun. + +### Type + +Sous-instruction, doit apparaître comme le dernier enfant d'un élément ``, dans un modèle. + +### Définition + +[XSLT 1.0, section 9.2](http://www.w3.org/TR/xslt#section-Conditional-Processing-with-xsl:choose). + +### Support Gecko + +Supporté. -- cgit v1.2.3-54-g00ecf