version
Syntax
version version-number;
Description
Specify the version of SLAX that is being used. All SLAX style sheets must begin with
a version
statement.
In addition, the xsl
namespace is implicitly defined as follows:
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Attributes
version-number |
Specifies the version of SLAX. Acceptable values are 1.0, 1.1, and 1.2. |
SLAX Example
version 1.0;
XSLT Equivalent
<xsl:stylesheet version="1.0">
Release Information
Statement introduced in version 1.0 of the SLAX language.