diff options
Diffstat (limited to 'files/fr/web/xslt/element/otherwise/index.md')
-rw-r--r-- | files/fr/web/xslt/element/otherwise/index.md | 49 |
1 files changed, 28 insertions, 21 deletions
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 --- -<p> {{ XsltRef() }} -</p><p>L'élément <code><xsl:otherwise></code> est utilisé pour définir une action qui doit être exécutée lorsqu'aucune condition <code><xsl:when></code> ne s'applique. Elle est comparable aux instructions <code>else</code> ou <code>default</code> d'autres langages de programmation. -</p> -<h3 id="Syntaxe"> Syntaxe </h3> -<pre><xsl:otherwise> - MODÈLE -</xsl:otherwise></pre> <h3 id="Attributs_obligatoires"> Attributs obligatoires </h3> -<p>Aucun. -</p> -<h3 id="Attributs_optionnels"> Attributs optionnels </h3> -<p>Aucun. -</p> -<h3 id="Type"> Type </h3> -<p>Sous-instruction, doit apparaître comme le dernier enfant d'un élément <code><xsl:choose></code>, dans un modèle. -</p> -<h3 id="D.C3.A9finition"> Définition </h3> -<p><a href="http://www.w3.org/TR/xslt#section-Conditional-Processing-with-xsl:choose">XSLT 1.0, section 9.2</a>. -</p> -<h3 id="Support_Gecko"> Support Gecko </h3> -<p>Supporté. -</p>
\ No newline at end of file + +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é. |