attribute-set
El elemento attribute-set
permite crear un conjunto de atributos que pueden ser aplicados a cualquier elemento de salida.
Por ejemplo:
<xsl:attribute-set name="tipoLetra">
<xsl:attribute name="nombre">Arial</xsl:attribute>
<xsl:attribute name="tamano">14px</xsl:attribute>
<xsl:attribute name="color">rojo</xsl:attribute>
</xsl:attribute-set>