From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/es/web/xslt/comment/index.html | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 files/es/web/xslt/comment/index.html (limited to 'files/es/web/xslt/comment/index.html') diff --git a/files/es/web/xslt/comment/index.html b/files/es/web/xslt/comment/index.html new file mode 100644 index 0000000000..a55f777703 --- /dev/null +++ b/files/es/web/xslt/comment/index.html @@ -0,0 +1,37 @@ +--- +title: comment +slug: Web/XSLT/comment +tags: + - Todas_las_Categorías + - XSLT +translation_of: Web/XSLT/Element/comment +--- +

{{XsltRef}}

+ +

El elemento <xsl:comment> escribe un comentario en el documento de salida. Debe incluir sólo texto.

+ +

Sintaxis

+ +
<xsl:comment>
+	TEMPLATE
+</xsl:comment> 
+ +

Atributos necesarios

+ +

Ninguno.

+ +

Atributos opcionales

+ +

Ninguno.

+ +

Tipo

+ +

Instrucción, aparece dentro de una plantilla.

+ +

Definido

+ +

XSLT, sección 7.4.

+ +

Soporte en Gecko

+ +

Soportado.

-- cgit v1.2.3-54-g00ecf