RE: Sorting on numbers

Subject: RE: Sorting on numbers
From: Jonathan Marsh <jmarsh@xxxxxxxxxxxxx>
Date: Tue, 2 Feb 1999 10:45:12 -0800
Since you mention "order-by" I assume you are using the IE5 implementation,
which has not yet been updated to the official <xsl:sort> syntax.
Unfortunately there is a bug in the IE5 beta 2 release that often prevents
values from being recognized as numbers when sorting.  The final IE5 release
fixes this problem.  The numerical datatype can be set using the datatype
namespace, eg. dt:dt="float", in the source document or its Schema.

> -----Original Message-----
> From: Joop Snijder [mailto:JoopS@xxxxxx]
> Sent: Monday, February 01, 1999 11:36 PM
> To: 'xsl-list@xxxxxxxxxxxxxxxx'
> Subject: Sorting on numbers
> 
> 
> Hi All,
> 
> Does anyone know how to have the xsl:for-each interpret data 
> as numbers,
> so
> the order-by can also order numbers well?
> 
> TIA,
> 
> Joop Snijder
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


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


Current Thread