Re: [xsl] current-dateTime()

Subject: Re: [xsl] current-dateTime()
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Sat, 19 Apr 2008 13:09:05 +0530
On 4/19/08, Michael Kay <mike@xxxxxxxxxxxx> wrote:
> <xsl:variable name="startTime" select="xx:current-dateTime()"/>
> ... do some processing ...
> <xsl:variable name="endTime" select="xx:current-dateTime()"/>
> <xsl:message select="$endTime - $startTime"/>
>
> The final result will be a negative duration, because Saxon will evaluate
> $endTime before it evaluates $startTime.

If that's the case, then we can strip the - sign if it's present or do
something like abs() :)

-- 
Regards,
Mukul Gandhi

Current Thread