This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Sorting Dates in XSLT


> I am using xsl:sort to order my xml data.  I have numbers, 
> strings, and also 
> dates.  It is obvious how number/string is sorted but how about dates?

XSLT doesn't recognize dates as such. You can only sort them as strings or
as numbers.

Mike Kay


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]