RE: [xsl] for-each-group

Subject: RE: [xsl] for-each-group
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 16 Dec 2005 17:59:58 -0000
> If I need to test if a value is in a certain group of values 
> what is the
> best way to do that?
> 
> Like I need to test if a value is IN ( like a SQL IN ) a set 
> of variables
> 
> if ( $variable IN "Buy,Sell")

if ($variable = ('Buy', 'Sell'))

Michael Kay
http://www.saxonica.com/

Current Thread