blob: 9c885a3616f2738eaa2d5fe2819225f1c43889bb (
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
|
---
title: XPath
slug: Glossary/XPath
tags:
- Encodage
- Glossaire
- XML
- XPath
translation_of: Glossary/XPath
original_slug: Glossaire/XPath
---
**XPath** est un langage de requêtes permettant d'accéder aux sections et contenus d'un document {{glossary("XML")}}.
## Pour approfondir
### Référence technique
- [Documentation XPath sur MDN](/fr/docs/XPath)
- [Spécification XPath](http://www.w3.org/TR/xpath-30/)
### Culture générale
- [Site web officiel](http://www.w3.org/standards/techs/xpath#w3c_all)
- {{Interwiki("wikipedia", "XPath")}} sur Wikipédia
|