TOC PREV NEXT INDEX

Netscape XSLT


xsl:call-template


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.

NS support: Supported.


Send comments on this document to devdoc-feedback@netscape.com
TOC PREV NEXT INDEX