[xsl] Isolate single result from sorted list

Subject: [xsl] Isolate single result from sorted list
From: "Mike Wilt" <mikewilt@xxxxxxxxx>
Date: Mon, 25 Jun 2007 16:50:48 -0400
Hi!

I would like to refresh a web page based on a list of "program start
times" contained in XML format.  I can select and sort the start
times, but I am having trouble isolating the *next* start time.  In
other words, XSLT formats a list of results (as one would expect) but
I need to identify a single result.

My code can be viewed here:

http://www.room117.com/sandbox/startTimes.txt

The output of my code can be viewed here:

http://www.room117.com/sandbox/startTimes.php

After scouring the web and searching the archives for this list, I
attempted many solutions but could not make any work---I am completely
stumped.  I will be eternally grateful if someone could suggest a
simple, straightforward solution.

Thanks in advance!

Mike

Current Thread