[Contents] [Prev] [Next] [Index] [Report an Error]

version Statement

All SLAX stylesheets must begin with a version statement, which specifies the version number for the SLAX language. The current version is 1.0. SLAX version 1.0 uses XML version 1.0 and XSLT version 1.1.

version 1.0;

The XSLT equivalent:

<xsl:stylesheet version="1.0">

[Contents] [Prev] [Next] [Index] [Report an Error]