From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../fr/web/xslt/processing-instruction/index.html | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/fr/web/xslt/processing-instruction/index.html (limited to 'files/fr/web/xslt/processing-instruction') diff --git a/files/fr/web/xslt/processing-instruction/index.html b/files/fr/web/xslt/processing-instruction/index.html new file mode 100644 index 0000000000..cd5842c36a --- /dev/null +++ b/files/fr/web/xslt/processing-instruction/index.html @@ -0,0 +1,32 @@ +--- +title: processing-instruction +slug: Web/XSLT/processing-instruction +tags: + - Référence_XSLT +translation_of: Web/XSLT/Element/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é. +

Interwiki Languages Links +

{{ languages( { "en": "en/XSLT/processing-instruction", "pl": "pl/XSLT/processing-instruction" } ) }} -- cgit v1.2.3-54-g00ecf