[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: dynamically set priority in xsl:template

Subject: Re: dynamically set priority in xsl:template
From: Georges Schmitz <georges.schmitz@xxxxxxxxx>
Date: Fri, 02 Mar 2007 11:29:34 +0100
Re:  dynamically set priority in xsl:template
Andrew Welch wrote:
> On 3/2/07, Georges Schmitz <georges.schmitz@xxxxxxxxx> wrote:
>> 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.
>>
>>   <xsl:param name="slenderise.level" select="-1" />
>>
>>   <xsl:template match="@db:type |
>>                        @db:size |
>>                        @db:nullable"
>>                        mode="slenderise"
>>                        priority="$slenderise.level" />
>
...
> <xsl:variable name="suppress" select="tokenize($names, ' ')"
> as="xs:string*"/>
Thank you for this hint, but it isn't practicable for me (I gave just a
simplified example); the stylesheet is rather complex: 11
apply-templates in mode "slenderise" ...

I would prefer the "pass-fail" solution proposed by Michael Kay, but
when I tried the following, I get again an error:
  <xsl:template match="@db:type |
                       @db:size |
                       @db:nullable"
                       mode="slenderise"
                       priority="2" />
                       use-when="$slenderise.level = 1"

==>
   XPST0008: Error in use-when expression. XPath syntax error at char 18
on line 211 in
  {$slenderise.level = 1}:
    Variable $slenderise.level has not been declared

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

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.