blob: 6327a24ba231ab2e46a145dd1efb2ad232e5cc19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
---
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](http://www.w3.org/TR/xslt#section-Creating-Comments).
### Support Gecko
Supporté.
|