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(_at_)4dconcept(_dot_)fr]
Sent: 12 May 2004 07:16
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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
Ingénieur Systèmes documentaires
Société : 4DConcept
22 rue Etienne de Jouy 78353 JOUY EN JOSAS
Tel : 01.34.58.70.70 Fax : 01.39.58.70.70
--+------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail:
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--