aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/xslt
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:08 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:08 +0100
commit39f2114f9797eb51994966c6bb8ff1814c9a4da8 (patch)
tree66dbd9c921f56e440f8816ed29ac23682a1ac4ef /files/fr/glossary/xslt
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.gz
translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.bz2
translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.zip
unslug fr: move
Diffstat (limited to 'files/fr/glossary/xslt')
-rw-r--r--files/fr/glossary/xslt/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/files/fr/glossary/xslt/index.html b/files/fr/glossary/xslt/index.html
new file mode 100644
index 0000000000..8ff8914bb5
--- /dev/null
+++ b/files/fr/glossary/xslt/index.html
@@ -0,0 +1,22 @@
+---
+title: XSLT
+slug: Glossaire/XSLT
+tags:
+ - CodingScripting
+ - Glossaire
+ - XML
+ - XSLT
+translation_of: Glossary/XSLT
+---
+<p><em>eXtensible Stylesheet Language Transformations</em> (<strong>XSLT</strong>) est un langage déclaratif utilisé pour convertir des documents {{Glossary("XML")}} en d'autres documents XML, {{Glossary("HTML")}}, {{Glossary("PDF")}}, text brut etc.</p>
+
+<p>XSLT possède son propre processeur qui accepte du XML en entrée, ou tout autre format qui peut être converti en XDM (XQuery and XPath Data Model). Le processeur XSLT génère un nouveau document basé sur le document XML et sur une feuille de styles XSLT, mais n'apporte aucune modification aux fichiers originaux pendant le processus.</p>
+
+<h2 id="Pour_approfondir">Pour approfondir</h2>
+
+<h3 id="Référence_technique" style="line-height: 24px;">Référence technique</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "XSLT")}} sur Wikipédia</li>
+ <li><a href="https://developer.mozilla.org/fr/docs/XSLT">Documentation XSLT sur MDN</a></li>
+</ul>