xsl:stylesheet
Syntax
<xsl:stylesheet version="1.0">
<xsl:import href="../import/junos.xsl"/>
...
</xsl:stylesheet>
Description
Include the document element for the style sheet. Contains all the top-level elements such as global variable and parameter declarations, import elements, and templates. Any <xsl:import> elements must be the first elements within the style sheet, the first children of the <xsl:stylesheet> document element. The path can be any URI. The ../import/junos.xsl path shown in the syntax is standard for all commit scripts, op scripts, and event scripts.
version—Specifies the version of XSLT that is being used. The Junos OS supports XSLT version 1.0.
See all examples listed in Commit Script Examples.
Hide Navigation Pane
Show Navigation Pane
Download
SHA1