Re: [xsl] Handling Duplicate Lines in XSL
by J.Pietschmann other posts by this author
Oct 31 2003 10:02PM messages near this date
RE: [xsl] Handling Duplicate Lines in XSL
|
RE: RE: [xsl] XSLT Parameter error in ASP transformation 80070057
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
Thread:
Murali Korrapati
J.Pietschmann
|