aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/exslt/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/exslt/index.html')
-rw-r--r--files/fr/web/exslt/index.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/files/fr/web/exslt/index.html b/files/fr/web/exslt/index.html
index 3073b27b72..33373554e8 100644
--- a/files/fr/web/exslt/index.html
+++ b/files/fr/web/exslt/index.html
@@ -22,12 +22,12 @@ EXSLT est un ensemble d'extensions à <a href="fr/XSLT">XSLT</a>. Un certain nom
</dd><dt> <a href="#Strings">Strings</a> (<code>str</code>)
</dt><dd> Fournit des fonctions de manipulation de chaînes.
</dd></dl>
-<h3 id="Utilisation_de_EXSLT" name="Utilisation_de_EXSLT"> Utilisation de EXSLT </h3>
+<h3 id="Utilisation_de_EXSLT"> Utilisation de EXSLT </h3>
<p>Pour utiliser une fonction EXSLT, il faut déclarer son espace de noms comme espace de noms d'extension dans votre feuille de style. Par exemple, pour utiliser le package regexp :
</p>
<pre class="eval">&lt;xsl:stylesheet version="1.0"
- xmlns:xsl="<span class="nowiki">http://www.w3.org/1999/XSL/Transform</span>"
- xmlns:regexp="<span class="nowiki">http://exslt.org/regular-expressions</span>"&gt;
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:regexp="http://exslt.org/regular-expressions"&gt;
&lt;xsl:template match="/"&gt;
@@ -37,35 +37,35 @@ EXSLT est un ensemble d'extensions à <a href="fr/XSLT">XSLT</a>. Un certain nom
&lt;/xsl:stylesheet&gt;
</pre>
-<h3 id="Common" name="Common"> Common </h3>
-<p>Le package EXSLT Common fournit des fonctions de base qui étendent les capacités de XSLT. L'espace de noms pour le package Common est <code><span class="nowiki">http://exslt.org/common</span></code>.
+<h3 id="Common"> Common </h3>
+<p>Le package EXSLT Common fournit des fonctions de base qui étendent les capacités de XSLT. L'espace de noms pour le package Common est <code>http://exslt.org/common</code>.
</p>
-<h4 id="Fonctions" name="Fonctions"> Fonctions </h4>
+<h4 id="Fonctions"> Fonctions </h4>
<ul><li> <a href="fr/EXSLT/exsl/node-set">exsl:node-set</a>
</li><li> <a href="fr/EXSLT/exsl/object-type">exsl:object-type</a>
</li></ul>
-<h3 id="Math" name="Math"> Math </h3>
-<p>Le package EXSLT Math fournit des fonctions permettant de travailler avec des valeurs numériques et de comparer des nœuds. L'espace de noms pour le package Math est <code><span class="nowiki">http://exslt.org/math</span></code>.
+<h3 id="Math"> Math </h3>
+<p>Le package EXSLT Math fournit des fonctions permettant de travailler avec des valeurs numériques et de comparer des nœuds. L'espace de noms pour le package Math est <code>http://exslt.org/math</code>.
</p>
-<h4 id="Fonctions_2" name="Fonctions_2"> Fonctions </h4>
+<h4 id="Fonctions_2"> Fonctions </h4>
<ul><li> <a href="fr/EXSLT/math/highest">math:highest</a>
</li><li> <a href="fr/EXSLT/math/lowest">math:lowest</a>
</li><li> <a href="fr/EXSLT/math/max">math:max</a>
</li><li> <a href="fr/EXSLT/math/min">math:min</a>
</li></ul>
-<h3 id="Expressions_rationnelles" name="Expressions_rationnelles"> Expressions rationnelles </h3>
+<h3 id="Expressions_rationnelles"> Expressions rationnelles </h3>
<p>Le package EXSLT Expressions rationnelles fournit des fonctions permettant de tester, chercher et remplace du texte à l'aide d'expressions rationnelles de style JavaScript.
-</p><p>L'espace de noms pour le package Expressions rationnelles est <code><span class="nowiki">http://exslt.org/regular-expressions</span></code>.
+</p><p>L'espace de noms pour le package Expressions rationnelles est <code>http://exslt.org/regular-expressions</code>.
</p>
-<h4 id="Fonctions_3" name="Fonctions_3"> Fonctions </h4>
+<h4 id="Fonctions_3"> Fonctions </h4>
<ul><li> <a href="fr/EXSLT/regexp/match">regexp:match</a>
</li><li> <a href="fr/EXSLT/regexp/replace">regexp:replace</a>
</li><li> <a href="fr/EXSLT/regexp/test">regexp:test</a>
</li></ul>
-<h3 id="Sets" name="Sets"> Sets </h3>
-<p>Le package EXSLT Sets fournit des fonctions permettant des manipulations d'ensembles. L'espace de noms pour ces fonctions est <code><span class="nowiki">http://exslt.org/sets</span></code>.
+<h3 id="Sets"> Sets </h3>
+<p>Le package EXSLT Sets fournit des fonctions permettant des manipulations d'ensembles. L'espace de noms pour ces fonctions est <code>http://exslt.org/sets</code>.
</p>
-<h4 id="Fonctions_4" name="Fonctions_4"> Fonctions </h4>
+<h4 id="Fonctions_4"> Fonctions </h4>
<ul><li> <a href="fr/EXSLT/set/difference">set:difference</a>
</li><li> <a href="fr/EXSLT/set/distinct">set:distinct</a>
</li><li> <a href="fr/EXSLT/set/intersection">set:intersection</a>
@@ -73,15 +73,15 @@ EXSLT est un ensemble d'extensions à <a href="fr/XSLT">XSLT</a>. Un certain nom
</li><li> <a href="fr/EXSLT/set/leading">set:leading</a>
</li><li> <a href="fr/EXSLT/set/trailing">set:trailing</a>
</li></ul>
-<h3 id="Strings" name="Strings"> Strings </h3>
-<p>Le package EXSLT Strings fournit des fonctions permettant la manipulation de chaînes. L'espace de noms pour le package Strings est <code><span class="nowiki">http://exslt.org/strings</span></code>.
+<h3 id="Strings"> Strings </h3>
+<p>Le package EXSLT Strings fournit des fonctions permettant la manipulation de chaînes. L'espace de noms pour le package Strings est <code>http://exslt.org/strings</code>.
</p>
-<h4 id="Fonctions_5" name="Fonctions_5"> Fonctions </h4>
+<h4 id="Fonctions_5"> Fonctions </h4>
<ul><li> <a href="fr/EXSLT/str/concat">str:concat</a>
</li><li> <a href="fr/EXSLT/str/split">str:split</a>
</li><li> <a href="fr/EXSLT/str/tokenize">str:tokenize</a>
</li></ul>
-<h3 id="Voir_.C3.A9galement" name="Voir_.C3.A9galement"> Voir également </h3>
+<h3 id="Voir_.C3.A9galement"> Voir également </h3>
<ul><li> <a class="external" href="http://www.exslt.org/">Site Web d'EXSLT</a>
</li></ul>
<p><br>