version

Syntax

version 1.0;

Description

Specify the version of SLAX that is being used. All SLAX style sheets must begin with a version statement.

Version 1.0 uses XML version 1.0 and XSLT version 1.1.

In addition, the xsl namespace is implicitly defined as follows:

xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

version-number—Specifies the version of SLAX. The Junos OS supports SLAX version 1.0.

version 1.0;
<xsl:stylesheet version="1.0">

See all examples listed in Commit Script Examples.