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]

Multiple Conditions in xsl:if.




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


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