[xsl] Date compare in XSL

Subject: [xsl] Date compare in XSL
From: Anil Kumar Veeramalli <anil.v@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 19 Nov 2009 22:13:03 +0530
Hi ,

I have two variables. I want to find out which is greatest date. I am using XSL1.0

<xsl:variable name="date1" select="01-Jan-2008"></xsl:variable>
<xsl:variable name="date2" select="02-Jan-2009"></xsl:variable>

I could not find any function or documentation to compare the dates.

Please suggest me on this.

Thanks,
Anil

Current Thread