aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xslt/element/param/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/xslt/element/param/index.html')
-rw-r--r--files/fr/web/xslt/element/param/index.html17
1 files changed, 8 insertions, 9 deletions
diff --git a/files/fr/web/xslt/element/param/index.html b/files/fr/web/xslt/element/param/index.html
index ed25734cd8..3ccd9a0da5 100644
--- a/files/fr/web/xslt/element/param/index.html
+++ b/files/fr/web/xslt/element/param/index.html
@@ -10,25 +10,24 @@ original_slug: Web/XSLT/param
{{ XsltRef() }}
</p><p>L'élément <code>&lt;xsl:param&gt;</code> définit un paramètre par son nom et, éventuellement, lui attribue une valeur par défaut. Lorsqu'il est utilisé comme élément de premier niveau, le paramètre est global. Utilisé dans un élément <code>&lt;xsl:template&gt;</code>, le paramètre est local à ce modèle. Dans ce dernier cas, il doit être le premier élément enfant du modèle.
</p>
-<h3 id="Syntaxe" name="Syntaxe"> Syntaxe </h3>
+<h3 id="Syntaxe"> Syntaxe </h3>
<pre>&lt;xsl:param name=NOM select=EXPRESSION&gt;
MODÈLE
&lt;/xsl:param&gt;</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>Nomme le paramètre. Le nom doit être un QName valide.
</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>Utilise une expression XPath pour fournir une valeur par défaut si elle n'est pas spécifiée.
</dd></dl>
-<h3 id="Type" name="Type"> Type </h3>
+<h3 id="Type"> Type </h3>
<p>Instruction, peut apparaître comme élément de premier niveau ou dans un modèle.
</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/param", "pl": "pl/XSLT/param" } ) }}
+</p> \ No newline at end of file