--- title: attribute-set slug: Web/XSLT/attribute-set tags: - XSLT_Reference translation_of: Web/XSLT/Element/attribute-set ---
{{ XsltRef() }}
<xsl:attribute-set>
요소는 CSS 안에 이름 붙인 스타일과 비슷한 방식으로 이름 붙인 속성 집합을 만듭니다. 그러면, 출력 문서에 전체로서 적용할 수 있습니다.
<xsl:attribute-set name=NAME use-attribute-sets=LIST-OF-NAMES> <xsl:attribute> </xsl:attribute-set>
name
use-attribute-sets
최상위, <xsl:stylesheet>
나 <xsl:transform>
의 자식이어야 함.
XSLT section 7.1.4, Named Attribute Sets
지원함.