diff options
Diffstat (limited to 'files/fr/glossary/xpath/index.html')
-rw-r--r-- | files/fr/glossary/xpath/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/files/fr/glossary/xpath/index.html b/files/fr/glossary/xpath/index.html new file mode 100644 index 0000000000..139f84a6aa --- /dev/null +++ b/files/fr/glossary/xpath/index.html @@ -0,0 +1,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> |