xsl-list
[Top] [All Lists]

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

2007-03-02 03:37:34

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

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