xsl-list
[Top] [All Lists]

Re: Handling Duplicate Lines in XSL

2003-10-31 15:02:28
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



<Prev in Thread] Current Thread [Next in Thread>