|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] for-each-group, thomas . maciejewski | Thread | RE: [xsl] for-each-group, thomas . maciejewski |
| RE: [xsl] CDATA in CDATA?, Silvia Liberto | Date | RE: [xsl] for-each-group, thomas . maciejewski |
| Month |