diff options
Diffstat (limited to 'files/fr/glossary/xpath/index.md')
-rw-r--r-- | files/fr/glossary/xpath/index.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/files/fr/glossary/xpath/index.md b/files/fr/glossary/xpath/index.md new file mode 100644 index 0000000000..53baab8df7 --- /dev/null +++ b/files/fr/glossary/xpath/index.md @@ -0,0 +1,28 @@ +--- +title: XPath +slug: Glossary/XPath +tags: + - Encodage + - Glossaire + - XML + - XPath +translation_of: Glossary/XPath +original_slug: Glossaire/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="/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> |