[xsl] unicity different rows

Subject: [xsl] unicity different rows
From: Lionel Crine <crine@xxxxxxxxxxxx>
Date: Wed, 12 May 2004 09:16:18 +0200
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