aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/exslt/exsl/node-set
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/exslt/exsl/node-set')
-rw-r--r--files/fr/web/exslt/exsl/node-set/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/fr/web/exslt/exsl/node-set/index.html b/files/fr/web/exslt/exsl/node-set/index.html
index 8d6851bf73..5045b15c22 100644
--- a/files/fr/web/exslt/exsl/node-set/index.html
+++ b/files/fr/web/exslt/exsl/node-set/index.html
@@ -13,20 +13,20 @@ translation_of: Web/EXSLT/exsl/node-set
<code>exsl:node-set()</code> retourne un ensemble de nœuds d'un fragment d'arbre résultant, qui correspond à ce qu'on obtient en regardant <code><a href="fr/XSLT/variable">xsl:variable</a></code> plutôt que son attribut <code>select</code> pour récupérer la valeur d'une variable. Ceci permet de traiter le XML créé dans une variable pour de le traiter en plusieurs étapes.
</p><p>Vous pouvez également utiliser <code>exsl:node-set()</code> pour transformer des chaînes en nœuds texte.
</p>
-<h3 id="Syntaxe" name="Syntaxe"> Syntaxe </h3>
+<h3 id="Syntaxe"> Syntaxe </h3>
<pre class="eval">exsl:node-set(<i>objet</i>)
</pre>
-<h3 id="Arguments" name="Arguments"> Arguments </h3>
+<h3 id="Arguments"> Arguments </h3>
<dl><dt> <code>objet</code>
</dt><dd> L'objet pour lequel retourner l'ensemble de nœud correspondant.
</dd></dl>
-<h3 id="Retourne" name="Retourne"> Retourne </h3>
+<h3 id="Retourne"> Retourne </h3>
<p>L'ensemble de nœuds correspondant à l'<code><i>objet</i></code> spécifié.
</p>
-<h3 id="D.C3.A9finition" name="D.C3.A9finition"> Définition </h3>
+<h3 id="D.C3.A9finition"> Définition </h3>
<p><a href="http://www.exslt.org/regexp/functions/node-set/index.html" class="external">EXSLT - EXSL:NODE-SET (en)</a>
</p>
-<h3 id="Support_par_Gecko" name="Support_par_Gecko"> Support par Gecko </h3>
+<h3 id="Support_par_Gecko"> Support par Gecko </h3>
<p>Supporté par Gecko 1.9 et ultérieur.
</p><p><br>
</p>