| 
 
Subject: RE: [xsl] test equals fails From: "Paul Brown" <prb@xxxxxxxxxxxxx> Date: Mon, 4 Nov 2002 09:26:06 -0500  | 
> [JWallis] > <td> > <xsl:variable name="month">OCT</xsl:variable> > <xsl:choose> > <xsl:when test="$month=JAN">01</xsl:when> > <!-- etc. --> You're missing quotes around the strings, e.g.: <xsl:when test="$month='JAN'">01</xsl:when> Cheers, -- Paul XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] test equals fails, Jeff Beadle | Thread | RE: [xsl] test equals fails, Gertjan Assies | 
| RE: [xsl] test equals fails, Jeff Beadle | Date | Re: [xsl] test equals fails, Vasu Chakkera | 
| Month |