diff options
Diffstat (limited to 'files/fr/web/xslt/element/include/index.html')
-rw-r--r-- | files/fr/web/xslt/element/include/index.html | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/files/fr/web/xslt/element/include/index.html b/files/fr/web/xslt/element/include/index.html index abbda31e3e..90c5d6ccda 100644 --- a/files/fr/web/xslt/element/include/index.html +++ b/files/fr/web/xslt/element/include/index.html @@ -10,34 +10,30 @@ original_slug: Web/XSLT/include <p>L'élément <code><xsl:include></code> fusionne les contenus de deux feuilles de styles. Contrairement à l'élément <a href="/fr/XSLT/import"><xsl:import></a>, les contenus des deux feuilles de styles fusionnées ont la même priorité.</p> -<h3 id="Syntaxe" name="Syntaxe">Syntaxe</h3> +<h3 id="Syntaxe">Syntaxe</h3> <pre class="eval"><xsl:include href=URI /> </pre> -<h3 id="Attribut_obligatoire" name="Attribut_obligatoire">Attribut obligatoire</h3> +<h3 id="Attribut_obligatoire">Attribut obligatoire</h3> <dl> <dt><code>href</code></dt> <dd>Définit l'URI de la feuille de styles à inclure.</dd> </dl> -<h3 id="Attributs_optionnels" name="Attributs_optionnels">Attributs optionnels</h3> +<h3 id="Attributs_optionnels">Attributs optionnels</h3> <p>Aucun.</p> -<h3 id="Type" name="Type">Type</h3> +<h3 id="Type">Type</h3> <p>Haut niveau, peut apparaître dans n'importe quel ordre comme enfant de <code><xsl:stylesheet></code> ou de <code><xsl:transform></code>.</p> -<h3 id="D.C3.A9finition" name="D.C3.A9finition">Définition</h3> +<h3 id="D.C3.A9finition">Définition</h3> -<p><a class="external" href="http://www.w3.org/TR/xslt#include">XSLT 1.0, section 2.6.1</a>.</p> +<p><a href="http://www.w3.org/TR/xslt#include">XSLT 1.0, section 2.6.1</a>.</p> -<h3 id="Support_Gecko" name="Support_Gecko">Support Gecko</h3> +<h3 id="Support_Gecko">Support Gecko</h3> -<p>Supporté.</p> - -<p><span class="comment">Interwiki Languages Links</span></p> - -<p>{{ languages( { "en": "en/XSLT/include", "es": "es/XSLT/include", "pl": "pl/XSLT/include" } ) }}</p> +<p>Supporté.</p>
\ No newline at end of file |