[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] dynamically set priority in xsl:template


Subject: Re: [xsl] dynamically set priority in xsl:template
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 2 Mar 2007 10:34:48 GMT

> The parameter is definitively set, so what is wrong? "$slenderise.level
> = 1" can be evaluated to a boolean, or am I missing another thing?

The parameter is set at run time, but use-when is evaluated at compile
time. You need to use some other condition that you can set when
compiling teh stylesheet, not when running it.

David


Current Thread