xsl-list
[Top] [All Lists]

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

2007-03-02 02:23:00
I want to dynamically set the priority of a template (with 
$expand.level), with the objective to control the "amount of output"
from outside the stylesheet via parameter setting.

Can't be done. It's one of many things in a stylesheet that's fixed at
compile time. You can modify the stylesheet (using XSLT of course) before
it's compiled, or in 2.0 you can use the use-when attribute to do
conditional compilation.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
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>
--~--