RE: [xsl] Sorting Problem

Subject: RE: [xsl] Sorting Problem
From: cknell@xxxxxxxxxx
Date: Mon, 14 Apr 2003 16:40:13 -0500
> -----Original Message-----
From:     walter.crockett@xxxxxxxxxxxxxxxxxxxxx
> 
> Hello. My XML file is full of Object constructions such as 
> the following (simplified). The first Object is a Job that 
> has multiple Runs. The second object is one of the Runs 
> referenced by the Job. I need to find all the runs
> for the particular job, and then sort the runs by their
> /Attributes[Name='Started at']/Value. (In other words, I 
> want to sort the Runs by the time they started.)
> 

So is it the case that you want to produce an output which contains all the runs for a particular job, sorted by start time, or do you want an output which contains all the runs, sorted by start time and grouped by job?

-- 
Charles Knell
cknell@xxxxxxxxxx - email


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread