December 2002
Intermediate to advanced
576 pages
32h
English
<xsl:calltemplate>
This function invokes a template by its name. It is possible to
specify parameters in the body of this element. The following example
calls the template image while passing the
parameters width and height:
<xsl:call-template name="image">
<xsl:with-param name="width">120</xsl:with-param>
<xsl:with-param name="height">60</xsl:with-param>
</xsl:call-template>
<xsl:call-template
name="name">
...
</xsl:call-template>Read now
Unlock full access