Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

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.

Published: 2013-07-26