[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: A challenge.. Group Periods of Data (1..5, 2..8,

Subject: RE: A challenge.. Group Periods of Data (1..5, 2..8, 4..9) (10..12; 10..14)
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 3 May 2005 23:38:12 +0100
RE:  A challenge.. Group Periods of Data (1..5
> >You mean you want the
> > stylesheet to detect a time at which no sessions are alive, 
> and use that as
> > a boundary between periods? What if there is no such time? 
> 
> First element of period:  first element or first element where
> period_begin does not fall within previous sibling period_begin and
> period_end.
> 
> Last element of period:  last element match where period_begin falls
> within previous sibling period_begin and period_end.
> 
> > What if there are several?
> 


This then sounds like a simple extension of Wendell's stylesheet, where
instead of the list of periods being supplied as a parameter, it is
constructed by a prescan of the data: the set of period boundaries is the
set of session endtimes that do not overlap any session, i.e.

//session/@endtime[every $s in //session satisfies ($s/@starttime <= . or
$s/@endtime >= .)]

(Sorry, I've forgotten what the actual element and attribute names were).

Someone who enjoys coding with one hand tied behind their back can no doubt
give you an XSLT 1.0 version of that...

Michael Kay
http://www.saxonica.com/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.