RE: sort & remove duplicates

Subject: RE: sort & remove duplicates
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 18 Apr 2000 09:37:49 +0100
> How can I sort and remove duplicates?

<xsl:for-each selct="item[not(.=preceding-sibling::item)]">
    <xsl:sort/>

Mike Kay


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


Current Thread