diff options
| author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
|---|---|---|
| committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
| commit | 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch) | |
| tree | 004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/web/xpath/introduction_to_using_xpath_in_javascript | |
| parent | 39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff) | |
| download | translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2 translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip | |
unslug fr: modify
Diffstat (limited to 'files/fr/web/xpath/introduction_to_using_xpath_in_javascript')
| -rw-r--r-- | files/fr/web/xpath/introduction_to_using_xpath_in_javascript/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/fr/web/xpath/introduction_to_using_xpath_in_javascript/index.html b/files/fr/web/xpath/introduction_to_using_xpath_in_javascript/index.html index 620d538eb8..ad7ca37407 100644 --- a/files/fr/web/xpath/introduction_to_using_xpath_in_javascript/index.html +++ b/files/fr/web/xpath/introduction_to_using_xpath_in_javascript/index.html @@ -1,6 +1,6 @@ --- title: Introduction à l'utilisation de XPath avec JavaScript -slug: Web/JavaScript/Introduction_à_l_utilisation_de_XPath_avec_JavaScript +slug: Web/XPath/Introduction_to_using_XPath_in_JavaScript tags: - DOM - Extensions @@ -9,6 +9,7 @@ tags: - XPath - XSLT translation_of: Web/XPath/Introduction_to_using_XPath_in_JavaScript +original_slug: Web/JavaScript/Introduction_à_l_utilisation_de_XPath_avec_JavaScript --- <p>Ce document décrit l'interface pour utiliser <a href="/fr/docs/Web/XPath">XPath</a> dans JavaScript, que ce soit en interne, dans les extensions et depuis les sites Web. Mozilla implémente une partie importante de <a href="https://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/">DOM 3 XPath (en)</a>. Cela signifie que les expressions XPath peuvent être utilisées sur des documents HTML et XML.</p> |
