Subject: RE: xsl filtering duplicate nodes
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 29 Mar 2001 09:52:35 +0100
|
The standard not(.=preceding-sibling::*) technique works only to eliminate
nodes with duplicate string-values, so it doesn't work here.
You're into Muenchian grouping, as described at www.jenitennison.com, or an
extension like the saxon:distinct() function.
Mike Kay
>
> I need to filter out only those nodes which have identical
> @id and @found
> attributes, or nodes which are exact duplicates of preceding
> nodes
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|