Navigation
Supported Platforms
Related Documentation
- ACX, EX, M, MX, PTX, SRX, T Series
- XSLT Templates Overview
- xsl:apply-templates
- xsl:param
- xsl:template
- xsl:variable
- xsl:with-param
xsl:call-template
Syntax
<xsl:call-template name="qualified-name">
<xsl:with-param name="qualified-name" select="expression">
...
</xsl:with-param>
</xsl:call-template>
Description
Call a named template. The <xsl:with-param> elements within the <xsl:call-template> instruction define the parameters that are passed to the template.
Attributes
name | — | Specifies the name of the template to call. |
Usage Examples
See Example: Requiring and Restricting Configuration Statements, Example: Imposing a Minimum MTU Setting, and Example: Automatically Configuring Logical Interfaces and IP Addresses.
Related Documentation
- ACX, EX, M, MX, PTX, SRX, T Series
- XSLT Templates Overview
- xsl:apply-templates
- xsl:param
- xsl:template
- xsl:variable
- xsl:with-param
Published: 2013-07-26
Supported Platforms
Related Documentation
- ACX, EX, M, MX, PTX, SRX, T Series
- XSLT Templates Overview
- xsl:apply-templates
- xsl:param
- xsl:template
- xsl:variable
- xsl:with-param