[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: help using xsl:when


Subject: RE: help using xsl:when
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 8 Dec 1999 18:38:41 -0000

Your XSL looks correct to me. You don't say what product you are using.

Mike Kay

> -----Original Message-----
> From: Irfan A. Mohammed [mailto:irfan@xxxxxxxxxxxx]
> My XML looks like this
> <?xml version="1.0" standalone="yes"?>
> <?xml-stylesheet type="text/xsl" href="some.xsl"?>
> <PACKAGED>
>   <NVALUE>10</NVALUE>
> </PACKAGED>
> 
> XSL file:
>   <xsl:template match="PACKAGED">
>     <xsl:value-of select="NVALUE"/>
> 
>     <xsl:choose>
>       <xsl:when test="number(NVALUE)=10">


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



Current Thread
Keywords