Re: [exsl] date:difference bug

[email protected] Mon, 3 Mar 2008 19:48:39 +0000
Newsgroups gmane.text.xml.xslt.extensions
Message-ID <OF585F3D99.9478D241-ON80257401.006BB923-80257401.006CD242@jpmchase.com>
Hi,

If you downloaded date.zip or date.difference.zip,
they do not contain the latest version of date.difference.template.xsl
or date.difference.function.xsl

Newer versions of both these stylesheets, with a fix for the problem you
are seeing,
are available in the Implementations section at the foot of
http://www.exslt.org/date/functions/difference/index.html


----------------------------------------------------------------------

Message: 1
Date: Mon, 3 Mar 2008 17:12:45 +0100 (CET)
From: [email protected]
Subject: [exslt] [exsl] date:difference bug
To: [email protected]
Message-ID:
             <[email protected]>
Content-Type: text/plain;charset=iso-8859-1

hi!
i think that there is a bug in date.difference.template.xsl and
date.difference.function.xsl infact if you make the difference from
following date:
 2008-02-29T23:00:00
 2008-03-01T00:00:00

the result is -PT23H

i think taht a possible fix is to replace
....
                                           <xsl:choose>
 <xsl:when test="$start-leap">
  <xsl:value-of select="$days + 1"/>
 </xsl:when>
 <xsl:otherwise>
  <xsl:value-of select="$days"/>
 </xsl:otherwise>
</xsl:choose>
...
whit:
....
                                           <xsl:choose>
 <xsl:when test="$start-leap and $start-month &gt; 2">
  <xsl:value-of select="$days + 1"/>
 </xsl:when>
 <xsl:otherwise>
  <xsl:value-of select="$days"/>
 </xsl:otherwise>
</xsl:choose>
...


and
....
                                           <xsl:choose>
 <xsl:when test="$end-leap">
  <xsl:value-of select="$days + 1"/>
 </xsl:when>
 <xsl:otherwise>
  <xsl:value-of select="$days"/>
 </xsl:otherwise>
</xsl:choose>
...
whit
....
                                           <xsl:choose>
 <xsl:when test="$end-leap and $end-month &gt; 2">
  <xsl:value-of select="$days + 1"/>
 </xsl:when>
 <xsl:otherwise>
  <xsl:value-of select="$days"/>
 </xsl:otherwise>
</xsl:choose>
...





------------------------------

Generally, this communication is for informational purposes only
and it is not intended as an offer or solicitation for the purchase
or sale of any financial instrument or as an official confirmation
of any transaction. In the event you are receiving the offering
materials attached below related to your interest in hedge funds or
private equity, this communication may be intended as an offer or
solicitation for the purchase or sale of such fund(s).  All market
prices, data and other information are not warranted as to
completeness or accuracy and are subject to change without notice.
Any comments or statements made herein do not necessarily reflect
those of JPMorgan Chase & Co., its subsidiaries and affiliates.

This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law. If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED. Although this transmission and any
attachments are believed to be free of any virus or other defect
that might affect any computer system into which it is received and
opened, it is the responsibility of the recipient to ensure that it
is virus free and no responsibility is accepted by JPMorgan Chase &
Co., its subsidiaries and affiliates, as applicable, for any loss
or damage arising in any way from its use. If you received this
transmission in error, please immediately contact the sender and
destroy the material in its entirety, whether in electronic or hard
copy format. Thank you.
Please refer to http://www.jpmorgan.com/pages/disclosures for
disclosures relating to UK legal entities.