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

xsl:stylesheet

Element Information

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

Schema Document: XSLT.xsd

Properties: Global, Qualified

Type: xsl:wrapper

Content

Attributes

NameOccTypeDescriptionNotes
Any attribute[0..*]Namespace: ##other, Process Contents: skipinherited from 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]Anonymousdenotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited.

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>
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