Re: <xsl:choose>

Subject: Re: <xsl:choose>
From: "Garriss Jr.,James P." <jgarriss@xxxxxxxxx>
Date: Thu, 14 Oct 1999 09:00:42 -0400
At 09:10 PM 10/5/99 , you wrote:

>  <stock symbol="IRIQE" price="$4.25" change="0.00" volume="0"/>
> </stocks>

> <xsl:choose>
>  <xsl:when test="number(@change) &gt; 0">

Try this.

<xsl:when test="*[@change > 0]"/>



James Garriss | The MITRE Corporation | jgarriss @ mitre.org


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



Current Thread