|
[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] Merging elements within a range using a key
Subject: RE: [xsl] Merging elements within a range using a key
From: "Mike B" <mikeb0304@xxxxxxxxxxx>
Date: Tue, 02 May 2006 07:30:58 -0500
|
Mike
Keys can only perform an equality test, not a range test.
That is the conclusion I was arriving at!
the only way to improve
this - to make it O(C+R) rather than O(C*R) - is to hand-code a
sort-merge join.
Since rows and categories are already sorted, this is probably the best
thing to do.
Thanks,
Mike B
_________________________________________________________________
Dont just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/
|
| |