Re: [xsl] Handling Duplicate Lines in XSL

Subject: Re: [xsl] Handling Duplicate Lines in XSL
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Fri, 31 Oct 2003 23:02:28 +0100
Murali Korrapati wrote:
that means it is returning all the values without suppressing the duplicate values

Well, made a thinko there. THe following should work better: <xsl:for-each select="root/foo[not(bar = preceding-sibling::foo/bar)]">

J.Pietschmann



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


Current Thread