diff options
Diffstat (limited to 'files/fr/web/xslt/element/variable/index.html')
-rw-r--r-- | files/fr/web/xslt/element/variable/index.html | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/files/fr/web/xslt/element/variable/index.html b/files/fr/web/xslt/element/variable/index.html index 5a2dad0c61..a1b3708d24 100644 --- a/files/fr/web/xslt/element/variable/index.html +++ b/files/fr/web/xslt/element/variable/index.html @@ -10,25 +10,24 @@ original_slug: Web/XSLT/variable {{ XsltRef() }} </p><p>L'élément <code><xsl:variable></code> déclare une variable globale ou locale dans une feuille de style et lui attribue une valeur. Comme XSLT ne permet pas d'effet de bord, une fois que la valeur de la variable est établie, elle reste la même jusqu'à ce que la variable soit hors de portée. </p> -<h3 id="Syntaxe" name="Syntaxe"> Syntaxe </h3> +<h3 id="Syntaxe"> Syntaxe </h3> <pre><xsl:variable name=NOM select=EXPRESSION > MODÈLE </xsl:variable> </pre> -<h3 id="Attribut_obligatoire" name="Attribut_obligatoire"> Attribut obligatoire </h3> +<h3 id="Attribut_obligatoire"> Attribut obligatoire </h3> <dl><dt><code>name</code> </dt><dd>Donne un nom à la variable. </dd></dl> -<h3 id="Attribut_optionnel" name="Attribut_optionnel"> Attribut optionnel </h3> +<h3 id="Attribut_optionnel"> Attribut optionnel </h3> <dl><dt><code>select</code> </dt><dd>Définit la valeur de la variable à l'aide d'une expression XPath. Si l'élément contient un modèle, cet attribut est ignoré. </dd></dl> -<h3 id="Type" name="Type"> Type </h3> +<h3 id="Type"> Type </h3> <p>Premier niveau ou instruction. S'il intervient comme élément de premier niveau, la variable est de portée globale, et est accessible depuis l'ensemble du document. S'il intervient dans un modèle, la variable est de portée locale, et n'est accessible que dans le modèle dans lequel elle apparaît. </p> -<h3 id="D.C3.A9finition" name="D.C3.A9finition"> Définition </h3> -<p><a href="http://www.w3.org/TR/xslt#variables" class="external">XSLT 1.0, section 11</a>. +<h3 id="D.C3.A9finition"> Définition </h3> +<p><a href="http://www.w3.org/TR/xslt#variables">XSLT 1.0, section 11</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/variable", "pl": "pl/XSLT/variable" } ) }} +</p>
\ No newline at end of file |