Re: [xsl] Doing Math on Durations and Creating dayTimeDuration Instances

Subject: Re: [xsl] Doing Math on Durations and Creating dayTimeDuration Instances
From: "Jirka Kosek jirka@xxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 6 Oct 2016 10:24:06 -0000
On Thu, Oct 6, 2016, at 11:40, Eliot Kimber ekimber@xxxxxxxxxxxx wrote:
> I'm using XSLT to extract timing information from logs in order to
> determine the duration of actions. Each log item has a time stamp in the
> usual format (2016-10-05T15:52:17.525:+0200).

And why are you simply not just subtracting two dateTimes, something
like:

xs:dateTime("2015-01-01T12:00:00Z") -
xs:dateTime("2014-07-10T12:00:00Z")

This will give you back duration. Or perhaps I have misunderstood...

Jirka

-- 
------------------------------------------------------------------
  Jirka Kosek      e-mail: jirka@xxxxxxxx      http://xmlguru.cz
------------------------------------------------------------------
       Professional XML consulting and training services
  DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
 OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
------------------------------------------------------------------

Current Thread