[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] A challenge.. Group Periods of Data (1..5, 2..8, 4..9) (10..12; 10..14


Subject: Re: [xsl] A challenge.. Group Periods of Data (1..5, 2..8, 4..9) (10..12; 10..14
From: "Aron Bock" <aronbock@xxxxxxxxxxx>
Date: Sun, 08 May 2005 03:24:17 +0000

From: "Aron Bock" <aronbock@xxxxxxxxxxx>

If I may, this needs just a trivial change:

From:

<xsl:when test="../B[@period_begin &lt;=$e2 and @period_end &gt; $e2]">

To:

<xsl:when test="following::B[1][@period_begin &lt;=$e2 and @period_end &gt;= $e2]">

Sorry, I meant:


<xsl:when test="following::B[1][@period_begin &lt;=$e2]">

_________________________________________________________________
Dont just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/



Current Thread