|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Or with xsl:when to check for multiple values
Exclude the double quotes (except for the first and last one) and you should
be ok...
<xsl:when test="$var = 'val1' or $var = 'val2' or $var = 'val3'">
do something...
</xsl:when>
Best of luck...
M.
----- Original Message -----
From: "Dipesh Khakhkhar" <dkhakhkh@xxxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, October 31, 2003 2:49 PM
Subject: Or with xsl:when to check for multiple values
> Hi,
>
> I want to check a value against few strings.
> Can i do something like
>
> <xsl:when test="$var = 'val1'" or "$var = 'val2'" or "$var = 'val3'">
> some action
> </xsl:when>
>
> Or to achieve this i have to write like
> <xsl:when test="$var = 'val1'" >
> Some action
> <xsl:when>
> <xsl:when test="$var = 'val2'">
> Some action
> </xsl:when>
>
> Since the action code is same I thought if something can be done writing
OR
> expression. Is there some other way to achieve it more effectively.
>
> I hope i am clear in explaining my problem.
> Thanks in the anticipation that I will get some good hints to solve this.
>
> Regards,
> Dipesh
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








