xsl-list
[Top] [All Lists]

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

2016-10-06 05:24:10
On Thu, Oct 6, 2016, at 11:40, Eliot Kimber ekimber(_at_)contrext(_dot_)com 
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(_at_)kosek(_dot_)cz      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
------------------------------------------------------------------
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>