From 88da6697a0a0eb6c8fcb44fb7242922bbc0cc0fd Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Thu, 11 Nov 2021 09:03:02 +0100 Subject: Fix md conversion errors (#3028) --- files/fr/web/xslt/element/output/index.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'files/fr/web/xslt/element/output/index.html') 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() }}

L'élément <xsl:output> contrôle les caractéristiques du document de sortie. Pour fonctionner correctement dans Netscape, cet élément doit être utilisé, avec l'attribut method. À partir de Netscape 7.0, method="text" fonctionne comme prévu.

-

Syntaxe

+

Syntaxe

<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  />
-

Attributs obligatoires

+

Attributs obligatoires

Aucun.

-

Attributs optionnels

+

Attributs optionnels

method
Définit le format de sortie.
@@ -56,13 +56,12 @@ original_slug: Web/XSLT/output
media-type (Non supporté.)
Définit le type MIME du document de sortie.
-

Type

+

Type

Haut niveau, doit être l'enfant de <xsl:stylesheet> ou de <xsl:transform>.

-

Définition

-

XSLT 1.0, section 16. +

Définition

+

XSLT 1.0, section 16.

-

Gecko support

+

Gecko support

Support partiel. Voir les commentaires ci-dessus. -

Interwiki languages Links -

{{ languages( { "en": "en/XSLT/output", "pl": "pl/XSLT/output" } ) }} +

\ No newline at end of file -- cgit v1.2.3-54-g00ecf