Re: [xsl] xslt sort remove duplicates

Subject: Re: [xsl] xslt sort remove duplicates
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Fri, 18 May 2007 15:41:03 +0200 (CEST)
Vaduvoiu Tiberiu wrote:

  Hi

> name1- category1 - most recent date *
> name2 - category1 - date
> name3 - category1 - date
> name4 - category1 - date
> name5 - category1 - date

> name6 - category2 -  most recent date *
> name7 - category2 - date
> name8 - category2 - date
> name9 - category2 - date
> nameX - category2 - date

> I need to dsiplay only the one with the star. So I should only
> display:

> name1- category1 - most recent date *
> name6 - category2 -  most recent date *

  You can use grouping to solve that problem.  You group by 'categ'
elements, and for each group you display only the element with the most
recent date...

  Look the archives for xsl:for-each-group if you need some code
samples.

  Regards,

--drkm




















      _____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 

Current Thread