xsl:attribute-set
Element information
Namespace: http://www.w3.org/1999/XSL/Transform
Schema document: XSLT.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- xsl:attribute [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: skip | from type xsl:anyType | |
name | [1..1] | xsl:QName | from group xsl:name | |
use-attribute-sets | [0..1] | xsl:QNames | from group xsl:use-attribute-sets | |
xml:space | [0..1] | Anonymous |
Used in
- Type xsl:wrapper (Elements xsl:stylesheet, xsl:transform)
Substitution hierarchy
- xsl:top-level-element
- can be substituted with xsl:attribute-set
Sample instance
<xsl:attribute-set name="NCName"> <xsl:attribute name="string">Any text, intermingled with: <xsl:variable name="NCName">Any text, intermingled with: <xsl:top-level-element-and-char-instruction/> </xsl:variable> </xsl:attribute> </xsl:attribute-set>