Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

The <xsl:call-template> element invokes a named template.

Syntax

<xsl:call-template name=NAME>
	<xsl:with-param> [optional]
</xsl:call-template> 

Required Attribute

name
Specifies the name of the template you wish to invoke.

Optional Attributes

None.

Type

Instruction, appears within a template.

Defined

XSLT, section 6.

Gecko support

Supported.

Document Tags and Contributors

 Contributors to this page: Sheppy, Fredchat, Mgjbot, Ptak82, Takenbot, Nickolay, CitizenK, Dria
 Last updated by: Sheppy,