diff options
author | Carolyn Wu <87150472+cw118@users.noreply.github.com> | 2022-03-06 16:30:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-06 16:30:06 +0100 |
commit | 4fe7aa576ab88f16958f38016e5587df6946171a (patch) | |
tree | ccdfb2dfaeed894c4399e529c831e5e5ad472060 /files/fr/web/xpath/index.md | |
parent | 624700b023db2c112fcfcdbc1b7428e475692a41 (diff) | |
download | translated-content-4fe7aa576ab88f16958f38016e5587df6946171a.tar.gz translated-content-4fe7aa576ab88f16958f38016e5587df6946171a.tar.bz2 translated-content-4fe7aa576ab88f16958f38016e5587df6946171a.zip |
MD037/38/39 fixes for remaining fr web files (#4403)
Diffstat (limited to 'files/fr/web/xpath/index.md')
-rw-r--r-- | files/fr/web/xpath/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/xpath/index.md b/files/fr/web/xpath/index.md index 948a0993e5..7f7ffeaaaf 100644 --- a/files/fr/web/xpath/index.md +++ b/files/fr/web/xpath/index.md @@ -33,7 +33,7 @@ XPath utilise une notation en chemin (à l'instar des URL) pour naviguer dans la - [Transformer du XML avec XSLT](/fr/docs/Web/XSLT/Transforming_XML_with_XSLT) - : XSLT utilise XPath afin de cibler les segments d'un document XML pour ensuite les transformer. - [Fragments de code XPath](/fr/docs/Web/XPath/Snippets) - - : Un ensemble d'exemples de code réutilisables en JavaScript qui utilisent les API [DOM Level 3 XPath ](https://www.w3.org/TR/DOM-Level-3-XPath/). + - : Un ensemble d'exemples de code réutilisables en JavaScript qui utilisent les API [DOM Level 3 XPath](https://www.w3.org/TR/DOM-Level-3-XPath/). - [Qu'est-ce que XSLT ? (en anglais)](https://www.xml.com/pub/a/2000/08/holman/) - : Une introduction à XSLT et XPath sans besoin de connaissances préalables. Le contexte, la structure, les concepts ainsi qu'une terminologie introductive sont fournis au lecteur. |