aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xml
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-11 08:49:25 +0100
committerGitHub <noreply@github.com>2021-11-11 08:49:25 +0100
commit96e58ba08b933501f77766a690cdd9a55a4c1173 (patch)
treec6e1b2f590279c108b6886c501b30ac17ba2156e /files/fr/web/xml
parentc63c8a7781c9e13c36fcdc56dc4d81de8a925204 (diff)
downloadtranslated-content-96e58ba08b933501f77766a690cdd9a55a4c1173.tar.gz
translated-content-96e58ba08b933501f77766a690cdd9a55a4c1173.tar.bz2
translated-content-96e58ba08b933501f77766a690cdd9a55a4c1173.zip
Fix md conversion errors (#3026)
Diffstat (limited to 'files/fr/web/xml')
-rw-r--r--files/fr/web/xml/index.html2
-rw-r--r--files/fr/web/xml/xml_introduction/index.html10
2 files changed, 5 insertions, 7 deletions
diff --git a/files/fr/web/xml/index.html b/files/fr/web/xml/index.html
index 9f557fdf3e..01dfc8753c 100644
--- a/files/fr/web/xml/index.html
+++ b/files/fr/web/xml/index.html
@@ -11,6 +11,6 @@ translation_of: Web/XML
---
<p>{{QuickLinksWithSubpages("/fr/docs/Web/XML")}}{{Draft}}</p>
-<p class="summary">Le langage de balisage extensible (nommé <strong>Extensible Markup Language</strong>) est une stricte sérialisation du <a href="/fr/docs/Web/API/Document_Object_Model">DOM</a>.</p>
+<p>Le langage de balisage extensible (nommé <strong>Extensible Markup Language</strong>) est une stricte sérialisation du <a href="/fr/docs/Web/API/Document_Object_Model">DOM</a>.</p>
<p>{{LandingPageListSubpages}}</p>
diff --git a/files/fr/web/xml/xml_introduction/index.html b/files/fr/web/xml/xml_introduction/index.html
index 0310a830d6..eae4724d5d 100644
--- a/files/fr/web/xml/xml_introduction/index.html
+++ b/files/fr/web/xml/xml_introduction/index.html
@@ -43,9 +43,9 @@ original_slug: Web/XML/Introduction_à_XML
<p>Comme le <a href="fr/HTML">HTML</a>, le <b>XML</b> fournit des méthodes (appelées entités) pour se référer à certains caractères spéciaux réservés (tel que le signe « plus grand que » utilisé pour les balises). Il faut connaître 5 de ces caractères spéciaux :
</p>
<table class="standard-table"> <tbody><tr>
-<td class="header">Codage
-</td><td class="header">Entité
-</td><td class="header">Description
+<td>Codage
+</td><td>Entité
+</td><td>Description
</td></tr>
<tr>
<td><code>&amp;lt;</code>
@@ -108,10 +108,8 @@ original_slug: Web/XML/Introduction_à_XML
</li></ul>
<p>L'article <a class="external" href="http://www.alistapart.com/articles/usingxml/">Using XML (en)</a> est une ressource particulièrement intéressante sur la transformation et la création de votre propre langage XML.
</p>
-<div class="originaldocinfo">
+
<h3 id="Informations_sur_le_document"> Informations sur le document </h3>
<ul><li> Auteur(s) : <a class="external" href="http://justinshreve.com">Justin G. Shreve</a>
</li><li> Dernière mise à jour : le 4 août 2007
</li></ul>
-</div>
-{{ languages( { "en": "en/XML_Introduction", "es": "es/Introducci\u00f3n_a_XML", "ja": "ja/XML_Introduction", "pl": "pl/Wprowadzenie_do_XML-a", "zh-cn": "cn/XML_\u4ecb\u7ecd" } ) }}