RE: [xsl] unicity different rows

Subject: RE: [xsl] unicity different rows
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 12 May 2004 08:40:56 +0100
I like the word "unicity" - much more elegant than "uniqueness" - we must
add it to the language.

This is a classic grouping problem, and you will find the solution at
http://www.jenitennison.com/xslt/grouping.

Michael Kay 

> -----Original Message-----
> From: Lionel Crine [mailto:crine@xxxxxxxxxxxx] 
> Sent: 12 May 2004 07:16
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] unicity different rows
> 
> Hi there,
> 
> 
> I have a structure on which I want to make a unicity sort. I 
> don't know how 
> to begin.
> here it is what I have :
> 
> <1>
>          <a/>
>          <b/>
> </1>
> <2>
>          <a/>
> </2>
> <3>
>          <b/>
>          <c/>
> </3>
> <1>
>          <a/>
>          <c/>
> </1>
> 
> etc ...
> 
> And I want to sort the "number" by "letters" :
> Here is what I want :
> 
> <1>
>          <a/>
>          <b/>
>          <c/>
> </1>
> <2>
>          <a/>
> </2>
> <3>
>          <b/>
>          <c/>
> </3>
> 
> 
> Thanks.
> Lionel
> 
> 
> Lionel CRINE
> Inginieur Systhmes documentaires
> Sociiti : 4DConcept
> 22 rue Etienne de Jouy 78353 JOUY EN JOSAS
> Tel : 01.34.58.70.70 Fax : 01.39.58.70.70

Current Thread