multiple values in params

Subject: multiple values in params
From: "Peter Foley" <peter.foley@xxxxxxxxxx>
Date: Thu, 10 Feb 2000 14:57:16 +1100

I currently use a param variable in an xsl:if to control processing
e.g. <xsl:if test="$param = @id">do something</xsl:if>
with $param set to value x

I want to do something like
$param = x,y,x
so that i get the equivalent of
@id = x or y or z



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


Current Thread