diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:20:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:20:58 +0100 |
commit | 2318b37e3fd17a3e76a29b9be7d1ce82f040c3bb (patch) | |
tree | 5e640d40fd69dc380b04e01de981a345e0141ffa /files/es/web/xslt/comment | |
parent | 6aa6274d2ad3e22e7f5e69b1d7531a5eaeaf5666 (diff) | |
parent | 8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (diff) | |
download | translated-content-2318b37e3fd17a3e76a29b9be7d1ce82f040c3bb.tar.gz translated-content-2318b37e3fd17a3e76a29b9be7d1ce82f040c3bb.tar.bz2 translated-content-2318b37e3fd17a3e76a29b9be7d1ce82f040c3bb.zip |
Merge pull request #53 from fiji-flo/unslugging-es
Unslugging es
Diffstat (limited to 'files/es/web/xslt/comment')
-rw-r--r-- | files/es/web/xslt/comment/index.html | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/files/es/web/xslt/comment/index.html b/files/es/web/xslt/comment/index.html deleted file mode 100644 index a55f777703..0000000000 --- a/files/es/web/xslt/comment/index.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -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><xsl:comment></code> escribe un comentario en el documento de salida. Debe incluir sólo texto.</p> - -<h3 id="Sintaxis" name="Sintaxis">Sintaxis</h3> - -<pre><xsl:comment> - TEMPLATE -</xsl:comment> </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> |