aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xslt/element/otherwise/index.md
blob: e8814e293202697b39037a0746a41a57c3004bbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
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](http://www.w3.org/TR/xslt#section-Conditional-Processing-with-xsl:choose).

### Support Gecko

Supporté.