RE: [xsl] An eseay question.

Subject: RE: [xsl] An eseay question.
From: Rick Taylor <taylor@xxxxxxxx>
Date: Thu, 10 Apr 2003 15:19:20 -0600
easy answer:

<xsl:when test="ProgType[.='DISABLED' or .='AGED']">
  <xsl:value-of select="Income_amt"/>
</xsl:when>


At 01:53 PM 4/10/03 -0700, you wrote:
This won't work to me.

<xsl:when test="ProgType[.='DISABLED' or 'AGED']">
        <xsl:value-of select="Income_amt"/>
</xsl:when>

=====
"It is essential to know that to be a happy person, a happy family, a happy society, it is very crucial to have a good heart, that is very crucial,"
Dalai Lama


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com

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

Rick Taylor XML Developer PPDM Association


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



Current Thread