Subject: Re: Variables and the mode attribute in apply-templates
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 3 Nov 2005 14:36:25 GMT
|
> Am I missing out on something at the conceptual level
No just the bit of the spec where it says that the mode attribute has to
be a literal QName. Modes like template names (and like function names
in many other programming languages) are compile time constants that can
not be evaluated at run time.
don't do
<xsl:template match="lll" mode="zzz">
do
<xsl:template match="lll[/content/layout='zzz']">
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
|