request system scripts convert
Syntax
Release Information
Command introduced in Junos OS Release 8.2.
Command introduced in Junos OS Release 9.0 for EX Series switches.
partial and version options added in Junos OS Release 12.2.
Description
Convert an Extensible Stylesheet Language Transformations (XSLT) script to Stylesheet Language, Alternative syntaX (SLAX), or convert a SLAX script to XSLT.
Options
destination destination/<filename> | — | Specify a destination for the converted file. Optionally, you can specify a filename for the converted file.
If you do not specify a filename, the software assigns one automatically.
The default destination filename is |
partial | — | (Optional) Convert partial script input. |
slax-to-xslt | — | Convert a SLAX script to XSLT. |
source source/filename | — | Specify a source file that you want to convert. |
version | — | (Optional) Specify the SLAX version listed in the version statement of the generated script for XSLT-to-SLAX conversions. Acceptable values are 1.0 and 1.1. The default is 1.1. |
xslt-to-slax | — | Convert an XSLT script to SLAX. |
Required Privilege Level
maintenance
List of Sample Output
request system scripts convert slax-to-xsltrequest system scripts convert xslt-to-slax
Output Fields
When you enter this command, you are provided feedback on the status of your request.
Sample Output
request system scripts convert slax-to-xslt
user@host> request system scripts convert slax-to-xslt
source /var/db/scripts/op/script1.slax destination /var/db/scripts/op
conversion complete
request system scripts convert xslt-to-slax
user@host> request system scripts convert xslt-to-slax
source /var/db/scripts/commit/script1.xsl destination /var/db/scripts/commit
partial version 1.0
conversion complete