diff options
Diffstat (limited to 'files/fr/web/xslt/element/when/index.html')
-rw-r--r-- | files/fr/web/xslt/element/when/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/files/fr/web/xslt/element/when/index.html b/files/fr/web/xslt/element/when/index.html new file mode 100644 index 0000000000..21cf06aa55 --- /dev/null +++ b/files/fr/web/xslt/element/when/index.html @@ -0,0 +1,31 @@ +--- +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><xsl:when></code> apparaît toujours dans un élément <code><xsl:choose></code>, et se comporte comme une structure conditionelle 'case'. +</p> +<h3 id="Syntaxe" name="Syntaxe"> Syntaxe </h3> +<pre><xsl:when test=EXPRESSION> + MODÈLE +</xsl:when></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><xsl:choose></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" } ) }} |