June 2008
Intermediate to advanced
986 pages
27h 8m
English
Up to this point, we’ve always used XSLT’s <xsl:apply-templates> element to invoke other templates. You can think of this as a
limited form of polymorphism; a single instruction is invoked a number of times, and the
XSLT processor uses each node in the node-set to determine which
<xsl:template> to invoke. Most
of the time, this is what we want. However, sometimes we want to invoke
a particular template. XSLT allows us to do this with the <xsl:call-template> element.
Read now
Unlock full access