diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/fr/web/xslt/otherwise/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/fr/web/xslt/otherwise/index.html')
-rw-r--r-- | files/fr/web/xslt/otherwise/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/files/fr/web/xslt/otherwise/index.html b/files/fr/web/xslt/otherwise/index.html new file mode 100644 index 0000000000..d39df0a592 --- /dev/null +++ b/files/fr/web/xslt/otherwise/index.html @@ -0,0 +1,30 @@ +--- +title: otherwise +slug: Web/XSLT/otherwise +tags: + - Référence_XSLT +translation_of: Web/XSLT/Element/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" name="Syntaxe"> Syntaxe </h3> +<pre><xsl:otherwise> + MODÈLE +</xsl:otherwise></pre> <h3 id="Attributs_obligatoires" name="Attributs_obligatoires"> Attributs obligatoires </h3> +<p>Aucun. +</p> +<h3 id="Attributs_optionnels" name="Attributs_optionnels"> Attributs optionnels </h3> +<p>Aucun. +</p> +<h3 id="Type" name="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" name="D.C3.A9finition"> Définition </h3> +<p><a href="http://www.w3.org/TR/xslt#section-Conditional-Processing-with-xsl:choose" class="external">XSLT 1.0, section 9.2</a>. +</p> +<h3 id="Support_Gecko" name="Support_Gecko"> Support Gecko </h3> +<p>Supporté. +</p><p><span class="comment">Interwiki Languages Links</span> +</p>{{ languages( { "en": "en/XSLT/otherwise", "es": "es/XSLT/otherwise", "pl": "pl/XSLT/otherwise" } ) }} |