Schema Central > XSLT 1.0 > XSLT.xsd > xsl:stylesheet
Advanced search
Need XSLT Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

xsl:stylesheet

Element information

Type: xsl:wrapper

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
Any attribute[0..*]Namespace: ##other, Process Contents: skipfrom 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>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com