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

RE: testing dates

Subject: RE: testing dates
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 8 Sep 2004 10:38:26 +0100
xpath comparing dates
In XPath 1.0 the operands of "<" are converted to numbers. If that fails,
you get NaN, and NaN compared with anything is false.

This changes in XPath 2.0: an improvement, though also, sadly, a source of
incompatibility.

The solution to your problem is to strip the hyphens using translate().

Michael Kay
 

> -----Original Message-----
> From: Peter Flynn [mailto:pflynn@xxxxxx] 
> Sent: 08 September 2004 10:23
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  testing dates
> 
> If $isodate contains "2004-06-27" and a CDATA attribute
> @start-date contains "2004-09-05", what should be the result of:
> 
> <xsl:if test="$isodate &lt; foo/@start-date">
> 
> It always evaluates to False under Saxon 6.5.2 (ie if I
> use &gt; instead of &lt; I get the same result: False). 
> 
> Is there something about comparing strings containing digits 
> that I have
> missed? Are they being evaluated as expressions 
> (eg 2004 minus 6 minus 27)?
> 
> ///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.