Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Automation Scripting User Guide
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

version

date_range 19-Nov-24

Syntax

content_copy zoom_out_map
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:

content_copy zoom_out_map
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

content_copy zoom_out_map
version 1.0;

XSLT Equivalent

content_copy zoom_out_map
<xsl:stylesheet version="1.0">

Release Information

Statement introduced in version 1.0 of the SLAX language.

footer-navigation