Subject: RE: 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 |
- An eseay question.
- Tham Tinh - Thu, 10 Apr 2003 16:09:13 -0400 (EDT)
- <Possible follow-ups>
- Passin, Tom - Thu, 10 Apr 2003 16:22:58 -0400 (EDT) <=
- Tham Tinh - Thu, 10 Apr 2003 16:49:34 -0400 (EDT)
|
|