Subject: Re: daytimeduration help
From: Mukul Gandhi <gandhi.mukul@xxxxxxxxx>
Date: Wed, 25 Jan 2006 14:08:56 +0530
|
It seems you are using wrong URI for xdt prefix. It should be
http://www.w3.org/2005/xpath-datatypes.
Regards,
Mukul
On 1/25/06, Kent Seegmiller <hookjaw20@xxxxxxxxxxx> wrote:
> Using saxon 8.6.1 I get the error:
> XPST0003: xpath syntax error...cannot find one-argument funcion
> in{http://www.w3.org/2005/04/xpath - datatypes}dayTimeDuration()
>
> I am trying to add 8 hours to a time ie:
> xs:dateTime('2005-01-10T22:05:00') + xdt:dayTimeDuration('PT8H')
|