prev
first
More on modes
One template can serve multiple modes:
]]>
There are two special mode values you can apply to an
xsl:template
:
#all
(applies to all modes)
#default
(applies when no
mode
attribute is specified)
There is one special mode value you can apply to an
xsl:apply-templates
:
#current
(apply templates using whatever mode is current in the processing cascade)
These only really become useful when you are using lots of modes throughout a transformation.
Template Modes, slide 6 of 6
© After 2012, but before 2016, inclusive. unable to derive from source, you’d better ask