diff options
Diffstat (limited to 'files/fr/web/xslt/element/if/index.html')
-rw-r--r-- | files/fr/web/xslt/element/if/index.html | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/files/fr/web/xslt/element/if/index.html b/files/fr/web/xslt/element/if/index.html index dcfb1e23ad..652098adcc 100644 --- a/files/fr/web/xslt/element/if/index.html +++ b/files/fr/web/xslt/element/if/index.html @@ -10,24 +10,23 @@ original_slug: Web/XSLT/if {{ XsltRef() }} </p><p>L'élément <code><xsl:if></code> regroupe un attribut test et un modèle. Si le test renvoie <code>true</code>, le modèle est appliqué. En cela, il est très semblable à l'instruction <code>if</code> d'autres langages. Cependant, pour simuler un <tt>if-then-else</tt>, vous devrez utilisez l'élément <code><xsl:choose></code> avec un descendant <code><xsl:when></code> et un <code><xsl:otherwise></code>. </p> -<h3 id="Syntaxe" name="Syntaxe"> Syntaxe </h3> +<h3 id="Syntaxe"> Syntaxe </h3> <pre><xsl:if test=EXPRESSION> MODÈLE </xsl:if></pre> -<h3 id="Attribut_obligatoire" name="Attribut_obligatoire"> Attribut obligatoire </h3> +<h3 id="Attribut_obligatoire"> Attribut obligatoire </h3> <dl><dt><code>test</code> </dt><dd>Contient une expression XPath qui peut être évaluée (en utilisant les règles définies pour <code>boolean( )</code> si nécessaire) en une valeur booléenne. Si la valeur est <code>true</code>, le modèle est appliqué ; dans le cas contraire, aucune action n'est exécutée. </dd></dl> -<h3 id="Attributs_optionnels" name="Attributs_optionnels"> Attributs optionnels </h3> +<h3 id="Attributs_optionnels"> Attributs optionnels </h3> <p>Aucun. </p> -<h3 id="Type" name="Type"> Type </h3> +<h3 id="Type"> Type </h3> <p>Instruction, apparaît dans un modèle. </p> -<h3 id="D.C3.A9finition" name="D.C3.A9finition"> Définition </h3> -<p><a class="external" href="http://www.w3.org/TR/xslt#section-Conditional-Processing-with-xsl:if">XSLT 1.0 section 9.1</a>. +<h3 id="D.C3.A9finition"> Définition </h3> +<p><a href="http://www.w3.org/TR/xslt#section-Conditional-Processing-with-xsl:if">XSLT 1.0 section 9.1</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/if", "es": "es/XSLT/if", "pl": "pl/XSLT/if" } ) }} +</p>
\ No newline at end of file |