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

xsl:with-param

date_range 13-Jan-21

Syntax

content_copy zoom_out_map
<xsl:with-param name="qualified-name" select="expression">
    ...
</xsl:with-param>

Description

Specify a parameter to pass into a template. This element can be used when applying templates with the <xsl:apply-templates> instruction or when calling templates with the <xsl:call-template> instruction.

Attributes

name

Specifies the name of the parameter.

select

(Optional) XPath expression specifying the value of the parameter. The value of the parameter is determined either by the select attribute or by the contents of the <xsl:with-param> element. Do not specify both a select attribute and content. We recommend using the select attribute to set the parameter so as to prevent the parameter from being passed a result tree fragment as its value.

footer-navigation