aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/xslt/comment/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/xslt/comment/index.html')
-rw-r--r--files/es/web/xslt/comment/index.html37
1 files changed, 37 insertions, 0 deletions
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
+---
+<p>{{XsltRef}}</p>
+
+<p>El elemento <code>&lt;xsl:comment&gt;</code> escribe un comentario en el documento de salida. Debe incluir sólo texto.</p>
+
+<h3 id="Sintaxis" name="Sintaxis">Sintaxis</h3>
+
+<pre>&lt;xsl:comment&gt;
+ TEMPLATE
+&lt;/xsl:comment&gt; </pre>
+
+<h3 id="Atributos_necesarios" name="Atributos_necesarios">Atributos necesarios</h3>
+
+<p>Ninguno.</p>
+
+<h3 id="Atributos_opcionales" name="Atributos_opcionales">Atributos opcionales</h3>
+
+<p>Ninguno.</p>
+
+<h3 id="Tipo" name="Tipo">Tipo</h3>
+
+<p>Instrucción, aparece dentro de una plantilla.</p>
+
+<h3 id="Definido" name="Definido">Definido</h3>
+
+<p>XSLT, sección 7.4.</p>
+
+<h3 id="Soporte_en_Gecko" name="Soporte_en_Gecko">Soporte en Gecko</h3>
+
+<p>Soportado.</p>