[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: xsl:sort and datatypes

Subject: RE: xsl:sort and datatypes
From: Ernst Wolthaus <ernst.wolthaus@xxxxxx>
Date: Wed, 8 May 2002 14:08:36 +0200
urn schemas microsoft com datatypes
Dear Micheal,

Dates are in 'dd-mm-yyyy' format

Ernst Wolthaus

-----Original Message-----
From: Michael Kay [mailto:michael.h.kay@xxxxxxxxxxxx] 
Sent: woensdag 8 mei 2002 10:05
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE:  xsl:sort and datatypes


Use data-type="number" on xsl:sort.

For sorting on dates, tell us what format your dates are in.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Ernst 
> Wolthaus
> Sent: 08 May 2002 07:37
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  xsl:sort and datatypes
> 
> 
> Hi all,
> 
> I was wondering if anyone could tell me if xsl:sort would
> sort the following
> xml correctly: 
> 
> <?xml version="1.0"?>
> <root>
>  <data>
>   <intNumber dt:dt="i4" 
> xmlns:dt="urn:schemas-microsoft-com:datatypes">1</intNumber>
>  </data>
>  <data>
>   <intNumber dt:dt="i4" 
> xmlns:dt="urn:schemas-microsoft-com:datatypes">10</intNumber>
>  </data>
>  <data>
>   <intNumber dt:dt="i4" 
> xmlns:dt="urn:schemas-microsoft-com:datatypes">11</intNumber>
>  </data>
>  <data>
>   <intNumber dt:dt="i4" 
> xmlns:dt="urn:schemas-microsoft-com:datatypes">2</intNumber>
>  </data>
>  <data>
> </root>
> 
> Because I get the next result:
> 
> 1
> 10
> 11
> 2
> 
> Of course I want:
> 
> 1
> 2
> 10
> 11
> 
> The data-type attribute of xsl:sort only support
> text/number/qname and I
> also want to sort on datefields.
> 
> Thanks all!
> Ernst Wolthaus
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 

 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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.