El Call Template
# XSLT Element
* * Complete XSLT Element Reference](#)
* * *
## Definition and Usage
The element is used to call a specified template.
* * *
## Syntax
## Attributes
| Attribute | Value | Description |
| --- | --- | --- |
| name | templatename | Required. Specifies the name of the template to be called. |
### Example 1
When the processor finds a car element, call the template named "description":
* * Complete XSLT Element Reference](#)
YouTip