xsl-list
[Top] [All Lists]

Re: [xsl] date calculations

2007-03-24 02:03:15
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)



--~------------------------------------------------------------------
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>
--~--