diff options
Diffstat (limited to 'files/fr/web/xslt/element/output/index.html')
-rw-r--r-- | files/fr/web/xslt/element/output/index.html | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/files/fr/web/xslt/element/output/index.html b/files/fr/web/xslt/element/output/index.html index 57e6370b26..0c6a440521 100644 --- a/files/fr/web/xslt/element/output/index.html +++ b/files/fr/web/xslt/element/output/index.html @@ -10,7 +10,7 @@ original_slug: Web/XSLT/output {{ XsltRef() }} </p><p>L'élément <code><xsl:output></code> contrôle les caractéristiques du document de sortie. Pour fonctionner correctement dans Netscape, cet élément doit être utilisé, avec l'attribut <code>method</code>. À partir de Netscape 7.0, <code>method="text"</code> fonctionne comme prévu. </p> -<h3 id="Syntaxe" name="Syntaxe"> Syntaxe </h3> +<h3 id="Syntaxe"> Syntaxe </h3> <pre><xsl:output method="xml" | "html" | "text" version=CHAÎNE @@ -22,10 +22,10 @@ original_slug: Web/XSLT/output cdata-section-elements=LISTE-DE-NOMS indent="yes" | "no" media-type=CHAÎNE /> -</pre> <h3 id="Attributs_obligatoires" name="Attributs_obligatoires"> Attributs obligatoires </h3> +</pre> <h3 id="Attributs_obligatoires"> Attributs obligatoires </h3> <p>Aucun. </p> -<h3 id="Attributs_optionnels" name="Attributs_optionnels"> Attributs optionnels</h3> +<h3 id="Attributs_optionnels"> Attributs optionnels</h3> <dl><dt><code>method</code> </dt><dd>Définit le format de sortie. </dd></dl> @@ -56,13 +56,12 @@ original_slug: Web/XSLT/output <dl><dt><code>media-type</code> (Non supporté.) </dt><dd>Définit le type MIME du document de sortie. </dd></dl> -<h3 id="Type" name="Type"> Type </h3> +<h3 id="Type"> Type </h3> <p>Haut niveau, doit être l'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> -<p><a href="http://www.w3.org/TR/xslt#output" class="external">XSLT 1.0, section 16</a>. +<h3 id="D.C3.A9finition"> Définition </h3> +<p><a href="http://www.w3.org/TR/xslt#output">XSLT 1.0, section 16</a>. </p> -<h3 id="Gecko_support" name="Gecko_support"> Gecko support </h3> +<h3 id="Gecko_support"> Gecko support </h3> <p>Support partiel. Voir les commentaires ci-dessus. -</p><p><span class="comment">Interwiki languages Links</span> -</p>{{ languages( { "en": "en/XSLT/output", "pl": "pl/XSLT/output" } ) }} +</p>
\ No newline at end of file |