Schema Central Home  |  XSLT 2.0 Overview  |   Search XSLT 2.0:
   Advanced Search
XSLT 2.0

xsl:stylesheet

Element Information

Namespace: http://www.w3.org/1999/XSL/Transform

Schema Document: xslt.xsd

Properties: Global, Qualified

Type: Anonymous

Content

Attributes

NameOccTypeDescriptionNotes
default-collation [0..1]xsl:uri-listinherited from xsl:generic-element-type  
exclude-result-prefixes [0..1]xsl:prefix-list-or-allinherited from xsl:generic-element-type  
extension-element-prefixes [0..1]xsl:prefix-listinherited from xsl:generic-element-type  
use-when [0..1]xsl:expressioninherited from xsl:generic-element-type  
xpath-default-namespace [0..1]xsd:anyURIinherited from xsl:generic-element-type  
version [1..1]xsd:decimalinherited from xsl:transform-element-base-type  
Any attribute[0..*]Namespace: ##other, Process Contents: laxinherited from xsl:transform-element-base-type  
id [0..1]xsd:ID
default-validation [0..1]xsl:validation-strip-or-preserveDefault value is "strip".
input-type-annotations [0..1]xsl:input-type-annotations-typeDefault value is "unspecified".

Substitution Hierarchy

Sample Instance

<xsl:stylesheet version="1.0">
   <xsl:import href="http://www.example.com/"/>
   <xsl:attribute-set name="Name">
      <xsl:attribute name="string" select="token">
         <xsl:variable name="Name" select="token">...
         </xsl:variable>
      </xsl:attribute>
   </xsl:attribute-set>
</xsl:stylesheet>
Need XSLT Help?
D A T Y P I C
Training | Consulting | Development

 

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications