RE: [xsl] or in xsl:if

Subject: RE: [xsl] or in xsl:if
From: "Corey Spitzer" <cspitzer@xxxxxxxxx>
Date: Wed, 31 Oct 2001 11:29:49 -0600
<xsl:if test="@id = 'x' or @id = 'y' ">

or

<xsl:if test="@id = 'x' | @id = 'y' ">

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Adam Darwin
Sent: Wednesday, October 31, 2001 11:07 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] or in xsl:if


is this possible? whats the syntax?

____________________________________________________________
Nokia Game is on again. 
Go to http://uk.yahoo.com/nokiagame/ and join the new
all media adventure before November 3rd.

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


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


Current Thread