xsl-list
[Top] [All Lists]

RE: date arithmetic

2004-09-01 09:49:38
xs:date($reviewDate) + xdt:yearMonthDuration('P6M')

Michael Kay
http://www.saxonica.com/ 

-----Original Message-----
From: David Sinclair [mailto:dsinclair(_at_)teleflex(_dot_)com] 
Sent: 01 September 2004 17:41
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] date arithmetic

Hi,

I want to add 6 months to a date (in xslt2.0) but cant find any 
references on how to do this.  After much googling I  tried 
something like:

   <xsl:value-of select="xs:date($reviewDate) + 
xs:duration('P0Y0M6DT0H00M')"/>
   
But the processor (Saxon 8.0)  says that date arithmetic is not 
supported on xs:duration.   If I am barking up the right 
tree, then what 
are the supported subtypes?  Hope someone can help,

David Sinclair



--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--





<Prev in Thread] Current Thread [Next in Thread>