aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xpath/functions/lang/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/xpath/functions/lang/index.html')
-rw-r--r--files/fr/web/xpath/functions/lang/index.html20
1 files changed, 8 insertions, 12 deletions
diff --git a/files/fr/web/xpath/functions/lang/index.html b/files/fr/web/xpath/functions/lang/index.html
index 5cde67f7cf..56b56c7fb9 100644
--- a/files/fr/web/xpath/functions/lang/index.html
+++ b/files/fr/web/xpath/functions/lang/index.html
@@ -11,17 +11,17 @@ original_slug: Web/XPath/Fonctions/lang
</p><p><br>
La fonction <code>lang</code> détermine si le nœud de contexte correspond à la langue indiquée et retourne le booléen <code>true</code> ou <code>false</code>.
</p>
-<h3 id="Syntaxe" name="Syntaxe"> Syntaxe </h3>
+<h3 id="Syntaxe">Syntaxe </h3>
<pre class="eval">lang( <i>chaîne</i> )
</pre>
-<h3 id="Arguments" name="Arguments"> Arguments </h3>
+<h3 id="Arguments"> Arguments </h3>
<dl><dt><code><i>chaîne</i></code>
</dt><dd>Le code de langue ou de localisation (langue et pays) à vérifier.
</dd></dl>
-<h3 id="Retour" name="Retour"> Retour </h3>
+<h3 id="Retour"> Retour </h3>
<p><code>true</code> si le noeud de contexte est dans la langue donnée, <code>false</code> autrement.
</p>
-<h3 id="Notes" name="Notes"> Notes </h3>
+<h3 id="Notes"> Notes </h3>
<ul><li> La langue d'un nœud est déterminée par son attribut <code>xml:lang</code>. Si le nœud courant ne possède pas cet attribut, alors la valeur de l'attribut <code>xml:lang</code> du plus proche ancêtre le possédant déterminera la langue du nœud courant. Si la langue ne peut être déterminée (aucun ancêtre avec un attribut <code>xml:lang</code>), cette fonction retourne le booléen <code>false</code>.
</li></ul>
<ul><li> Si la <code><i>chaîne</i></code> donnée ne spécifie pas de code de pays, cette fonction sélectionnera les nœuds dans la langue spécifiée, suivie éventuellement de n'importe quel code de pays. La réciproque n'est pas vraie.
@@ -45,13 +45,9 @@ La fonction <code>lang</code> détermine si le nœud de contexte correspond à l
1
0
</pre>
-<h3 id="D.C3.A9finition" name="D.C3.A9finition"> Définition </h3>
-<p><a href="http://www.w3.org/TR/xpath#function-lang" class="external">XPath 1.0, section 4.3</a>.
+<h3 id="D.C3.A9finition"> Définition </h3>
+<p><a href="http://www.w3.org/TR/xpath#function-lang">XPath 1.0, section 4.3</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>
-<div class="noinclude">
-</div>
-{{ languages( { "en": "en/XPath/Functions/lang", "ja": "ja/XPath/Functions/lang", "pl": "pl/XPath/Funkcje/lang" } ) }}
+</p> \ No newline at end of file