blob: 139f84a6aae85f915f8c3a15c703eba0019a4a13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
title: XPath
slug: Glossaire/XPath
tags:
- Encodage
- Glossaire
- XML
- XPath
translation_of: Glossary/XPath
---
<p><strong>XPath</strong> est un langage de requêtes permettant d'accéder aux sections et contenus d'un document {{glossary("XML")}}.</p>
<h2 id="Pour_approfondir">Pour approfondir</h2>
<h3 id="Référence_technique">Référence technique</h3>
<ul>
<li><a href="https://developer.mozilla.org/fr/docs/XPath">Documentation XPath sur MDN</a></li>
<li><a href="http://www.w3.org/TR/xpath-30/">Spécification XPath</a></li>
</ul>
<h3 id="Culture_générale">Culture générale</h3>
<ul>
<li><a href="http://www.w3.org/standards/techs/xpath#w3c_all">Site web officiel</a></li>
<li>{{Interwiki("wikipedia", "XPath")}} sur Wikipédia</li>
</ul>
|