[xsl] Multiple Conditions in xsl:if.

Subject: [xsl] Multiple Conditions in xsl:if.
From: "Avula, Raj" <RAvula@xxxxxxxxxxx>
Date: Sun, 6 May 2001 16:47:09 -0700

Hi,
	I am trying to use multiple conditions in xsl:if.
Means, I have an input value and I want know if the input is in my list of
values.
eg:
(This syntax is not correct).
<xsl:if test="$testid = 'Y' | 'N' | 'P' | 'K' >
	do something
</xsl:if.

Please let me know how can I achive this.

Thanks for your help.

Raj.


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


Current Thread