docs.rodeo

MDN Web Docs mirror

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

Syntax

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

Required Attribute

Optional Attributes

None.

Type

Instruction, appears within a template.

Specifications

XSLT, section 6.

Gecko support

Supported.

In this article

View on MDN