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/choose/index.md | 52 +++++++++++++++++-------------- 1 file changed, 29 insertions(+), 23 deletions(-) (limited to 'files/fr/web/xslt/element/choose') diff --git a/files/fr/web/xslt/element/choose/index.md b/files/fr/web/xslt/element/choose/index.md index f3c3ddd160..bfa6a3a6d6 100644 --- a/files/fr/web/xslt/element/choose/index.md +++ b/files/fr/web/xslt/element/choose/index.md @@ -6,27 +6,33 @@ tags: translation_of: Web/XSLT/Element/choose original_slug: Web/XSLT/choose --- -

{{ XsltRef() }} -


-L'élément <xsl:choose> définit un choix parmi un certain nombre d'alternatives. Il se comporte comme l'instruction switch d'un langage procédural. -

-

Syntaxe

-
<xsl:choose>
-	<xsl:when>
-	<xsl:otherwise> [optionnel]
-</<xsl:choose>

Attributs obligatoires

-

Aucun. -

-

Attributs optionnels

-

Aucun. -

-

Type

-

Instruction, apparaît dans un modèle. Il contient un ou plusieurs éléments <xsl:when>, et éventuellement un élément final <xsl:otherwise>. -

-

Définition

-

XSLT 1.0, section 9.2. -

-

Support Gecko

-

Supporté. -

\ No newline at end of file + +L'élément `` définit un choix parmi un certain nombre d'alternatives. Il se comporte comme l'instruction switch d'un langage procédural. + +### Syntaxe + + + + [optionnel] + + +### Attributs obligatoires + +Aucun. + +### Attributs optionnels + +Aucun. + +### Type + +Instruction, apparaît dans un modèle. Il contient un ou plusieurs éléments ``, et éventuellement un élément final ``. + +### 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