Title:
* * Complete XSLT Element Reference Manual](#)El With Param
# XSLT Element
* * Complete XSLT Element Reference Manual](#)
* * *
## Definition and Usage
The element defines the value of a parameter passed to a template.
**Note:** The value of the name attribute of the element must match the name in the element; otherwise, the element will be ignored.
**Note:** The element is allowed in both and .
**Tip:** You can assign values to parameters either through the content of the element or via the select attribute!
* * *
## Syntax
## Attributes
| Attribute | Value | Description |
| --- | --- | --- |
| name | name | Required. Specifies the name of the parameter. |
| select | expression | Optional. XPath expression defining the value of the parameter. |
### Example 1
YouTip