--- title: attribute-set slug: Web/XSLT/Element/attribute-set tags: - Todas_las_CategorÃas - XSLT translation_of: Web/XSLT/Element/attribute-set original_slug: Web/XSLT/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>
nameuse-attribute-setsDebe ser hijo del elemento <xsl:stylesheet> o <xsl:transform>.
XSLT, sección 7.1.4.
Soportado