Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

version

Syntax

version 1.0;

Release Information

Statement introduced in version 1.0 of the SLAX language.

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"

Attributes

version-number

Specifies the version of SLAX. Junos OS supports SLAX version 1.0.

SLAX Example

version 1.0;

XSLT Equivalent

<xsl:stylesheet version="1.0">

Usage Examples

Published: 2013-03-05