xsl-list
[Top] [All Lists]

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

2005-05-07 20:24:17
From: "Aron Bock" <aronbock(_at_)hotmail(_dot_)com>

If I may, this needs just a trivial change:

From:

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

To:

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

Sorry, I meant:

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

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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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