[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:37:20 GMT

why do you need to use priority here at all (or use-when) just use the
match.

<xsl:template match="@db:type[$slenderise.level=1] |
                       @db:size[$slenderise.level=1] |
                        @db:nullable[$slenderise.level=]"
                        mode="slenderise"
                        />


David


Current Thread