With XSLT 2.0 there is support for the xs:date data type but its format is yyyy-mm-dd so you need to reorder your date strings.
With XSLT 1.0 you can only sort numbers or strings so again you need to reorder your date strings, it is possible to compare yyyymmdd as a string or number I think.
|