--- title: attribute-set slug: Web/XSLT/attribute-set tags: - Todas_las_CategorÃas - XSLT translation_of: Web/XSLT/Element/attribute-set ---
{{XsltRef}}
El elemento <xsl:attribute-set>
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.
<xsl:attribute-set name=NOMBRE use-attribute-sets=LISTA-DE-NOMBRES> <xsl:attribute> </xsl:attribute-set>
name
use-attribute-sets
Debe ser hijo del elemento <xsl:stylesheet>
o <xsl:transform>
.
XSLT, sección 7.1.4.
Soportado