RE: [xsl] An eseay question.

Subject: RE: [xsl] An eseay question.
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Thu, 10 Apr 2003 23:19:52 +0100
> 
> 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>
> 
This construct bears about as much relationship to XSLT as your title
does to English. It's written in Microsoft's obsolete 1998 WD-xsl
dialect. You first task is to rewrite it in XSLT.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread