diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:50 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:50 +0100 |
commit | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (patch) | |
tree | 5032e6779a402a863654c9d65965073f09ea4182 /files/es/web/xslt/attribute-set/index.html | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.tar.gz translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.tar.bz2 translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.zip |
unslug es: move
Diffstat (limited to 'files/es/web/xslt/attribute-set/index.html')
-rw-r--r-- | files/es/web/xslt/attribute-set/index.html | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/files/es/web/xslt/attribute-set/index.html b/files/es/web/xslt/attribute-set/index.html deleted file mode 100644 index c202895db0..0000000000 --- a/files/es/web/xslt/attribute-set/index.html +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: attribute-set -slug: Web/XSLT/attribute-set -tags: - - Todas_las_CategorÃas - - XSLT -translation_of: Web/XSLT/Element/attribute-set ---- -<p>{{XsltRef}}</p> - -<p>El elemento <code><xsl:attribute-set></code> genera un conjunto con nombre de atributos, el cual puede ser aplicado al documento de salida, de una manera similar a los estilos con nombre dentro de CSS.</p> - -<h3 id="Sintaxi" name="Sintaxi">Sintaxi</h3> - -<pre><xsl:attribute-set name=NOMBRE use-attribute-sets=LISTA-DE-NOMBRES> - <xsl:attribute> -</xsl:attribute-set></pre> - -<h3 id="Atributos_requeridos" name="Atributos_requeridos">Atributos requeridos</h3> - -<dl> - <dt><code>name</code></dt> - <dd>Indica el nombre del conjunto de elementos. El nombre debe seguir las reglas QName.</dd> -</dl> - -<h3 id="Atributos_opcionales" name="Atributos_opcionales">Atributos opcionales</h3> - -<dl> - <dt><code>use-attribute-sets</code></dt> - <dd>Genera un conjunto de elementos a partir de otros conjuntos de atributos. Los nombres de los conjuntos deben estar separados por espacios en blanco y no se deben solapar directa o indirectamente.</dd> -</dl> - -<h3 id="Tipo" name="Tipo">Tipo</h3> - -<p>Debe ser hijo del elemento <code><xsl:stylesheet></code> o <code><xsl:transform></code>.</p> - -<h3 id="Definido" name="Definido">Definido</h3> - -<p>XSLT, sección 7.1.4.</p> - -<h3 id="Soporte_en_Gecko" name="Soporte_en_Gecko">Soporte en Gecko</h3> - -<p>Soportado</p> |