RE: [xsl] An eseay question.

Subject: RE: [xsl] An eseay question.
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Thu, 10 Apr 2003 16:26:52 -0400
[Tham Tinh]
> 
> How do I have an 'or' or 'and' into the following xsl.
> <xsl:when test="ProgType[.$eq$'DISABLED']">
>      <xsl:value-of select="Income_amt"/>
> </xsl:when>
> 

Just use "and" or "or" (without the quotes) in the expression.   But
where in the world did you come up with that syntax - $eq$'DISABLED' -
???  I presume you want 

. = 'DISABLED',

Cheers,

Tom P

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


Current Thread