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) --- .../web/xslt/element/processing-instruction/index.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'files/fr/web/xslt/element/processing-instruction') diff --git a/files/fr/web/xslt/element/processing-instruction/index.html b/files/fr/web/xslt/element/processing-instruction/index.html index 3235e35990..f8decc6212 100644 --- a/files/fr/web/xslt/element/processing-instruction/index.html +++ b/files/fr/web/xslt/element/processing-instruction/index.html @@ -10,24 +10,23 @@ original_slug: Web/XSLT/processing-instruction {{ XsltRef() }}

L'élément <xsl:processing-instruction> écrit une instruction de traitement dans le document de sortie.

-

Syntaxe

+

Syntaxe

<code><xsl:processing-instruction name=NOM>
 	MODÈLE
 </xsl:processing-instruction></code>
-

Attribut obligatoire

+

Attribut obligatoire

name
Définit le nom de cette instruction de traitement.
-

Attributs optionnels

+

Attributs optionnels

Aucun.

-

Type

+

Type

Instruction, apparaît dans un modèle.

-

Définition

-

XSLT 1.0, section 7.3. +

Définition

+

XSLT 1.0, section 7.3.

-

Support Gecko

+

Support Gecko

Supporté. -

Interwiki Languages Links -

{{ languages( { "en": "en/XSLT/processing-instruction", "pl": "pl/XSLT/processing-instruction" } ) }} +

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