diff options
Diffstat (limited to 'files/fr/web/xslt/element/when/index.html')
-rw-r--r-- | files/fr/web/xslt/element/when/index.html | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/files/fr/web/xslt/element/when/index.html b/files/fr/web/xslt/element/when/index.html index d381e45214..41b54e47e4 100644 --- a/files/fr/web/xslt/element/when/index.html +++ b/files/fr/web/xslt/element/when/index.html @@ -10,23 +10,22 @@ original_slug: Web/XSLT/when {{ 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> +<h3 id="Syntaxe"> Syntaxe </h3> <pre><xsl:when test=EXPRESSION> MODÈLE -</xsl:when></pre> <h3 id="Attribut_obligatoire" name="Attribut_obligatoire"> Attribut obligatoire </h3> +</xsl:when></pre> <h3 id="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> +<h3 id="Attributs_obligatoires"> Attributs obligatoires </h3> <p>Aucun. </p> -<h3 id="Type" name="Type"> Type </h3> +<h3 id="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>. +<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" name="Support_Gecko"> Support Gecko </h3> +<h3 id="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" } ) }} +</p>
\ No newline at end of file |