xsl-list
[Top] [All Lists]

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

2007-03-02 03:35:17

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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--