|
Home >Online Product Documentation >Table of Contents >xsl:call-template xsl:call-templateInstantiates a named template. FormatDescriptionThe name attribute is required and the value must be a qualified name. It specifies the name of the template you want to instantiate. The template you want to instantiate must specify the name attribute with a value identical to template_name. Unlike the xsl:apply-templates instruction, the xsl:call-template instruction does not change the current node. |