[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] date calculations


Subject: Re: [xsl] date calculations
From: Geert Bormans <geert@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 24 Mar 2007 10:02:45 +0100

So it is that simple...( makes me feel a bit stupid now :-)
It works great, thanks for your help

cheers
geert


You can use:
xs:dateTime(StartTime) + xs:dayTimeDuration(Duration)

Where prefix "xs" is bound to URI: http://www.w3.org/2001/XMLSchema

(This works with Saxon 8.9J)


Current Thread