aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xpath/functions/id/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-11-11 09:00:03 +0100
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-11 09:11:37 +0100
commit651ec72d5f391987b970601ab532a2d303b44916 (patch)
treeae3ab7633c728101a07ceebd3df32e4223fc1dea /files/fr/web/xpath/functions/id/index.html
parentd5cb247572dd3ef29db14592edc38a49fd541152 (diff)
downloadtranslated-content-651ec72d5f391987b970601ab532a2d303b44916.tar.gz
translated-content-651ec72d5f391987b970601ab532a2d303b44916.tar.bz2
translated-content-651ec72d5f391987b970601ab532a2d303b44916.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/xpath/functions/id/index.html')
-rw-r--r--files/fr/web/xpath/functions/id/index.html35
1 files changed, 0 insertions, 35 deletions
diff --git a/files/fr/web/xpath/functions/id/index.html b/files/fr/web/xpath/functions/id/index.html
deleted file mode 100644
index d8a9ef2e72..0000000000
--- a/files/fr/web/xpath/functions/id/index.html
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: id
-slug: Web/XPath/Functions/id
-tags:
- - Référence_XSLT
-translation_of: Web/XPath/Functions/id
-original_slug: Web/XPath/Fonctions/id
----
-<p>
-{{ XsltRef() }}
-</p><p><br>
-La fonction <code>id</code> recherche les nœuds correspondant aux identifiants <code>id</code> donnés et retourne un ensemble de nœuds contenant les nœuds identifiés.
-</p>
-<h3 id="Syntaxe">Syntaxe </h3>
-<pre class="eval">id( <i>expression</i> )
-</pre>
-<h3 id="Arguments"> Arguments </h3>
-
-<dl>
- <dt><code><i>expression</i></code></dt>
- <dd>Si <code><i>expression</i></code> est un ensemble de nœuds, alors la valeur de la chaîne de chacun des nœuds de l'ensemble est traitée individuellement. Les nœuds retournés sont ceux corespondant à ces identifiants <code>id</code>. Si <code><i>expression</i></code> est une chaîne, ou n'importe quoi d'autre qu'un ensemble de nœuds, alors <code><i>expression</i></code> est traitée comme une liste d'identifiants <code>id</code> séparés par des espaces L'ensemble de nœuds retourné comprend les nœuds corespondant à ces identifiants <code>id</code>.</dd>
-</dl>
-
-<h3 id="Retour"> Retour </h3>
-<p>Un ensemble de nœuds contenant les nœuds identifiés par les <code>id</code> donnés.
-</p>
-<h3 id="Notes"> Notes </h3>
-<ul><li> La DTD du document XML détermine quel attribut est un <code>id</code>. Voir <a href="http://www.w3.org/TR/xpath#unique-id">XPath 1.0, section 5.2.1</a>.
-</li></ul>
-<h3 id="D.C3.A9finition"> Définition </h3>
-<p><a href="http://www.w3.org/TR/xpath#function-id">XPath 1.0, section 4.1</a>.
-</p>
-<h3 id="Support_Gecko"> Support Gecko </h3>
-<p>Partiellement supportée.
-</p> \ No newline at end of file