From 39f2114f9797eb51994966c6bb8ff1814c9a4da8 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:08 +0100 Subject: unslug fr: move --- files/fr/web/xslt/element/comment/index.html | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 files/fr/web/xslt/element/comment/index.html (limited to 'files/fr/web/xslt/element/comment') diff --git a/files/fr/web/xslt/element/comment/index.html b/files/fr/web/xslt/element/comment/index.html new file mode 100644 index 0000000000..65dcd3ad2c --- /dev/null +++ b/files/fr/web/xslt/element/comment/index.html @@ -0,0 +1,31 @@ +--- +title: comment +slug: Web/XSLT/comment +tags: + - Référence_XSLT +translation_of: Web/XSLT/Element/comment +--- +

+{{ XsltRef() }} +

L'élément <xsl:comment> écrit un commentaire dans le document de sortie. Il ne doit contenir que du texte. +

+

Syntaxe

+
<xsl:comment>
+	MODÈLE
+</xsl:comment> 
+

Attributs obligatoires

+

Aucun. +

+

Attributs optionnels

+

Aucun. +

+

Type

+

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

+

Définition

+

XSLT 1.0, section 7.4. +

+

Support Gecko

+

Supporté. +

Interwiki Languages Links +

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