Back Standard: http://www.w3.org/TR/xslt#stylesheet-element

<stylesheet> : version

Standard excerpt:

An xsl:stylesheet element must have a version attribute, indicating the version of XSLT that the stylesheet requires. For this version of XSLT, the value should be 1.0. When the value is not equal to 1.0, forwards-compatible processing mode is enabled
1 2 3 4