>Is there any way to get an xsl:sort to work on a Date (a value such as
>'01/01/2001')...?

Try looking at the XSL FAQ at
http://www.dpawson.co.uk
for answers to "generic" XSLT questions.

Working from memory, I recall that the substring() function can be
used in the select attribute of xsl:sort, so you could make characters
7-10 your primary sort, then characters 1-2, etc. Note that you can
treat the data as a string while substringing, but nevertheless say
data-type="number" to get correct sorting.
.................David Marston

Reply via email to