Subject: Re: One nodeset, multiple branches
From: Eric Vitiello <xsl-list@xxxxxxxxxxxx>
Date: Wed, 19 Dec 2001 14:42:38 -0500
|
-- Wendell Piez [Wed, 19 Dec 2001 14:03:15 -0500]:
>And Eric,
>
>Remember if your data set is not huge and performance is not an
>issue, you
>can achieve de-duplicating through a brute-force method: when each
>right
>element is processed, merely (!) check all right elements on the
>preceding:: axis to make sure this one is not a duplicate.
>
>This approach does not scale well (to put it mildly), but it is easy
>to code.
>
Thanks you all for all your help! My problems are solved (and I learned quite a bit in the process)!
---
Eric Vitiello
Perceive Designs
<www.perceive.net>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|