Easy Tutorial
❮ El Template Xsl Tutorial ❯

XSLT <xsl:call-template> Element



Definition and Usage

The <xsl:call-template> element calls 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 encounters a car element, it calls the template named "description":


❮ El Template Xsl Tutorial ❯