aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xslt/when/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/xslt/when/index.html')
-rw-r--r--files/fr/web/xslt/when/index.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/files/fr/web/xslt/when/index.html b/files/fr/web/xslt/when/index.html
deleted file mode 100644
index 21cf06aa55..0000000000
--- a/files/fr/web/xslt/when/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: when
-slug: Web/XSLT/when
-tags:
- - Référence_XSLT
-translation_of: Web/XSLT/Element/when
----
-<p>
-{{ XsltRef() }}
-</p><p>L'élément <code>&lt;xsl:when&gt;</code> apparaît toujours dans un élément <code>&lt;xsl:choose&gt;</code>, et se comporte comme une structure conditionelle 'case'.
-</p>
-<h3 id="Syntaxe" name="Syntaxe"> Syntaxe </h3>
-<pre>&lt;xsl:when test=EXPRESSION&gt;
- MODÈLE
-&lt;/xsl:when&gt;</pre> <h3 id="Attribut_obligatoire" name="Attribut_obligatoire"> Attribut obligatoire </h3>
-<dl><dt><code>test</code>
-</dt><dd>Définit une expression booléenne à évaluer. Si elle est vraie, le contenu de l'élément est exécuté ; sinon, il est ignoré.
-</dd></dl>
-<h3 id="Attributs_obligatoires" name="Attributs_obligatoires"> Attributs obligatoires </h3>
-<p>Aucun.
-</p>
-<h3 id="Type" name="Type"> Type </h3>
-<p>Sous-instruction, apparaît toujours dans un élément <code>&lt;xsl:choose&gt;</code>.
-</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/when", "es": "es/XSLT/when", "pl": "pl/XSLT/when" } ) }}