This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: One nodeset, multiple branches


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@mulberrytech.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]