[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: Sorting Dates in XSLT
Subject: RE: Sorting Dates in XSLT
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 8 Sep 2000 17:55:50 +0100
|
> 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
|