From 41a6588583ba556303af7f9a7c2c36150ff60081 Mon Sep 17 00:00:00 2001 From: julieng Date: Thu, 11 Nov 2021 09:03:59 +0100 Subject: convert content to md --- .../xslt/element/processing-instruction/index.md | 52 ++++++++++++---------- 1 file changed, 29 insertions(+), 23 deletions(-) (limited to 'files/fr/web/xslt/element/processing-instruction/index.md') diff --git a/files/fr/web/xslt/element/processing-instruction/index.md b/files/fr/web/xslt/element/processing-instruction/index.md index f8decc6212..d39ad2bd49 100644 --- a/files/fr/web/xslt/element/processing-instruction/index.md +++ b/files/fr/web/xslt/element/processing-instruction/index.md @@ -6,27 +6,33 @@ tags: translation_of: Web/XSLT/Element/processing-instruction original_slug: Web/XSLT/processing-instruction --- -

{{ XsltRef() }} -

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

-

Syntaxe

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

Attribut obligatoire

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

Attributs optionnels

-

Aucun. -

-

Type

-

Instruction, apparaît dans un modèle. -

-

Définition

-

XSLT 1.0, section 7.3. -

-

Support Gecko

-

Supporté. -

\ No newline at end of file + +L'élément `` écrit une instruction de traitement dans le document de sortie. + +### Syntaxe + + + MODÈLE + + +### Attribut obligatoire + +- `name` + - : Définit le nom de cette instruction de traitement. + +### Attributs optionnels + +Aucun. + +### Type + +Instruction, apparaît dans un modèle. + +### Définition + +[XSLT 1.0, section 7.3](http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions). + +### Support Gecko + +Supporté. -- cgit v1.2.3-54-g00ecf