RE: [xsl] An eseay question.

Subject: RE: [xsl] An eseay question.
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Thu, 10 Apr 2003 18:23:40 -0400
But maybe this will:

ProgType[.='DISABLED' or .='AGED']

You need to keep in mind you're dealing with a dumb machine. The string 'AGED' comes out true (like any non-null string) even if it is not equal to the value of the context node.

Cheers,
Wendell

At 04:53 PM 4/10/2003, you wrote:
This won't work to me.

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


======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


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



Current Thread