Re: [xsl] One nodeset, multiple branches

Subject: Re: [xsl] One nodeset, multiple branches
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: 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.

Cheers,
Wendell

At 12:44 PM 12/19/01, Jeni wrote a characteristically comprehensive, detailed and well-composed explanation.


====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread