RE: [xsl] Sorting using MSXML3 parser

Subject: RE: [xsl] Sorting using MSXML3 parser
From: David Schach <davidsch@xxxxxxxxxxxxx>
Date: Thu, 21 Dec 2000 11:55:10 -0800
Microsoft supports xsl:sort and the data-type attribute in msxml3. Please
forward your stylesheet if you think there's a bug with these features.

Thanks,

David Schach
Developer Lead
MSXML

-----Original Message-----
From: Jack A. Zucker [mailto:jaz@xxxxxxxxxxxxxx]
Sent: Thursday, December 21, 2000 10:50 AM
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Sorting using MSXML3 parser


I'm using v8.0.7820.0 of msxml3.dll which doesn't support xsl:sort .

I can simulate some sorting commands using the "order-by" attribute of
xsl:for-each but the problem is that it interprets my data as string even
though my schema defines the fields to be of type dt:ui4. This cause 10 to
be less than 9. xsl:sort's "data-type=number" attribute value would take
care of the problem but alas, microsoft saw fit to not include xsl:sort in
their parser even though they document it in their help file. I suppose they
are internally developing  a proprietary .MSXSL++jexpresso parser or
something.

In any event, can anyone suggest a simple way to accomplish a numeric
ordering using the MS parser ?

-Jaz

Email: jaz@xxxxxxxxxxxxxx
Jazz Guitar Site: http://www.jackzucker.com




 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