Re: [xsl] conditional tree variables

Subject: Re: [xsl] conditional tree variables
From: "Mattias Konradsson" <preacher@xxxxxxxxxxx>
Date: Sun, 27 May 2001 03:19:58 +0200
> Try instead:
> 
> <xsl:variable name="selection"
> select="$selection_unread[filter='unread'] |
>     $selection_unreplied[filter='unreplied'] |
>   $selection_all[not(filter='unread' or filter='unreplied')]"/>
> 
> Mike Kay

I must be stupid. Thanks, that's certainly a simpler way to go :)

Best regards
---
Mattias Konradsson



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread