From ed99ca385fcffbd4027dac3152547bde690d737b Mon Sep 17 00:00:00 2001 From: julieng Date: Thu, 11 Nov 2021 09:03:53 +0100 Subject: move *.html to *.md --- .../xslt/element/processing-instruction/index.html | 32 ---------------------- .../xslt/element/processing-instruction/index.md | 32 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 files/fr/web/xslt/element/processing-instruction/index.html create mode 100644 files/fr/web/xslt/element/processing-instruction/index.md (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 deleted file mode 100644 index f8decc6212..0000000000 --- a/files/fr/web/xslt/element/processing-instruction/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: processing-instruction -slug: Web/XSLT/Element/processing-instruction -tags: - - Référence_XSLT -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 diff --git a/files/fr/web/xslt/element/processing-instruction/index.md b/files/fr/web/xslt/element/processing-instruction/index.md new file mode 100644 index 0000000000..f8decc6212 --- /dev/null +++ b/files/fr/web/xslt/element/processing-instruction/index.md @@ -0,0 +1,32 @@ +--- +title: processing-instruction +slug: Web/XSLT/Element/processing-instruction +tags: + - Référence_XSLT +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 -- cgit v1.2.3-54-g00ecf