This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: conditional tree variables



> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]