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 values in params




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

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