El Attributeset
# XSLT Element
* * Complete XSLT Element Reference](#)
* * *
## Definition and Usage
The element creates a named set of attributes. This attribute set can be applied as a whole to the output document.
**Note:** Must be a child of or .
* * *
## Syntax
## Attributes
| Attribute | Value | Description |
| --- | --- | --- |
| name | name | Required. Specifies the name of the attribute set. |
| use-attribute-sets | name-list | Optional. A whitespace-separated list of other attribute sets used within this attribute set. |
### Example 1
Create an attribute set that can be applied to any output element:
Arial
14px
red
* * Complete XSLT Element Reference](#)
YouTip