xsl:stylesheet
Element information
Namespace: http://www.w3.org/1999/XSL/Transform
Schema document: XSLT.xsd
Type: xsl:wrapper
Properties: Global, Qualified
Content
- Sequence [1..1]
- xsl:import [0..*]
- Choice [0..*]
- xsl:variable
- Any element Namespace: ##other, Process Contents: skip
from subst. group xsl:top-level-element
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: skip | from type xsl:anyType | |
id | [0..1] | xsd:ID | ||
extension-element-prefixes | [0..1] | xsl:tokens | ||
exclude-result-prefixes | [0..1] | xsl:tokens | ||
version | [1..1] | xsd:decimal | ||
xml:space | [0..1] | Anonymous |
Sample instance
<xsl:stylesheet version="1.0"> <xsl:import href="http://www.example.com/"/> <xsl:attribute-set name="NCName"> <xsl:attribute name="string">Any text, intermingled with: <xsl:variable name="NCName">Any text, intermingled with:... </xsl:variable> </xsl:attribute> </xsl:attribute-set> </xsl:stylesheet>