Re: [xsl] xslt 2.0 calendar

Subject: Re: [xsl] xslt 2.0 calendar
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Mon, 3 Apr 2006 20:56:08 +1000
On 4/3/06, Michael Kay <mike@xxxxxxxxxxxx> wrote:
> > Is there a way to know:
> >
> > 1. How many days are in a given month?
>
> Try
>
> (xs:date('2006-xx-01') + xdt:yearMonthDuration('PT1M') -
> xs:date('2006-xx-01')
> div xdt:dayTimeDuration('P1D')
>
> > 2. How to add a duration to a given date (e.g. add a day to
> > '2006-03-31'
> > to produce '2006-04-01')?
>
> xs:date('2006-03-31') + xdt:dayTimeDuration('P1D')

Wasn't their a decision to move all xdt:<datatypes> to the xs namespace?

Or are there any datatypes that still remain in the xdt namespace?


--
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.

Current Thread