aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xslt/element/if/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/xslt/element/if/index.html')
-rw-r--r--files/fr/web/xslt/element/if/index.html17
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>&lt;xsl:if&gt;</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 &lt;tt&gt;if-then-else&lt;/tt&gt;, vous devrez utilisez l'élément <code>&lt;xsl:choose&gt;</code> avec un descendant <code>&lt;xsl:when&gt;</code> et un <code>&lt;xsl:otherwise&gt;</code>.
</p>
-<h3 id="Syntaxe" name="Syntaxe"> Syntaxe </h3>
+<h3 id="Syntaxe"> Syntaxe </h3>
<pre>&lt;xsl:if test=EXPRESSION&gt;
MODÈLE
&lt;/xsl:if&gt;</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