[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: testing dates

Subject: Re: testing dates
From: Peter Flynn <pflynn@xxxxxx>
Date: Wed, 08 Sep 2004 10:43:16 +0100
xsl comparing dates
On Wed, 2004-09-08 at 10:29, David Carlisle wrote:
> XSLT 1 only has numeric less than operation  so if you give it to
> strings they are each converted to a number before comparing 2004-06-27
> and 2004-09-05 both compare to NaN (Not-A-Number) I leave it to IEEE
> lawyers to confirm what exactly the value of NaN < NaN should be
> but I would guess that it's false, as you say.

Aha. Excellent, many thanks. This had eluded me. Easy fix:

<xsl:if test="translate($isodate,'-','') ... etc

> In XSLT2 you could cast the strings to dates then do a date-aware
> comparison.

<xsl:if test="discordian-date(foo/@date) earlier-than
julian-date(bar/@date)">

One day :-)

///Peter

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.