diff options
author | julieng <julien.gattelier@gmail.com> | 2021-11-11 09:03:59 +0100 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-11 09:11:44 +0100 |
commit | 41a6588583ba556303af7f9a7c2c36150ff60081 (patch) | |
tree | 18e43651a0638d7cd6bba71d844e22a65e7658c9 /files/fr/web/xslt/element/when/index.md | |
parent | ed99ca385fcffbd4027dac3152547bde690d737b (diff) | |
download | translated-content-41a6588583ba556303af7f9a7c2c36150ff60081.tar.gz translated-content-41a6588583ba556303af7f9a7c2c36150ff60081.tar.bz2 translated-content-41a6588583ba556303af7f9a7c2c36150ff60081.zip |
convert content to md
Diffstat (limited to 'files/fr/web/xslt/element/when/index.md')
-rw-r--r-- | files/fr/web/xslt/element/when/index.md | 51 |
1 files changed, 29 insertions, 22 deletions
diff --git a/files/fr/web/xslt/element/when/index.md b/files/fr/web/xslt/element/when/index.md index 41b54e47e4..e6f51bbc3a 100644 --- a/files/fr/web/xslt/element/when/index.md +++ b/files/fr/web/xslt/element/when/index.md @@ -6,26 +6,33 @@ tags: translation_of: Web/XSLT/Element/when original_slug: Web/XSLT/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"> Syntaxe </h3> -<pre><xsl:when test=EXPRESSION> - MODÈLE -</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"> Attributs obligatoires </h3> -<p>Aucun. -</p> -<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"> 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"> Support Gecko </h3> -<p>Supporté. -</p>
\ No newline at end of file + +L'élément `<xsl:when>` apparaît toujours dans un élément `<xsl:choose>`, et se comporte comme une structure conditionelle 'case'. + +### Syntaxe + + <xsl:when test=EXPRESSION> + MODÈLE + </xsl:when> + +### Attribut obligatoire + +- `test` + - : Définit une expression booléenne à évaluer. Si elle est vraie, le contenu de l'élément est exécuté ; sinon, il est ignoré. + +### Attributs obligatoires + +Aucun. + +### Type + +Sous-instruction, apparaît toujours dans un élément `<xsl:choose>`. + +### Définition + +[XSLT 1.0, section 9.2](http://www.w3.org/TR/xslt#section-Conditional-Processing-with-xsl:choose). + +### Support Gecko + +Supporté. |