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 --- files/fr/web/xslt/element/comment/index.md | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 files/fr/web/xslt/element/comment/index.md (limited to 'files/fr/web/xslt/element/comment/index.md') diff --git a/files/fr/web/xslt/element/comment/index.md b/files/fr/web/xslt/element/comment/index.md new file mode 100644 index 0000000000..e88c37927e --- /dev/null +++ b/files/fr/web/xslt/element/comment/index.md @@ -0,0 +1,31 @@ +--- +title: comment +slug: Web/XSLT/Element/comment +tags: + - Référence_XSLT +translation_of: Web/XSLT/Element/comment +original_slug: Web/XSLT/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é. +

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