[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Grooping and Sorting problem


Subject: Re: [xsl] Grooping and Sorting problem
From: tanz@xxxxxxxxxxxxxxxxxxxxx
Date: Thu, 28 Mar 2002 19:32:04 -0000

Hi Frédéric,

To sort your elements you can use the xsl:sort element:

For example:

<xsl:for-each select="root/test">
               <xsl:sort
                   select="./@number"
                   data-type="number"
                   order="ascending"
               />
.......
</xsl:for-each>

Regards

Tanzila


----- Original Message -----
From: "Frédéric Tremblay" <ftremblay@xxxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, March 28, 2002 7:14 PM
Subject: [xsl] Grooping and Sorting problem


> > Hi, i want to make a HTML table with 5 column and n rows with a XML like
> > this:
> >
> > <root>
> > <test number="3">
> > <test number="1">
> > <test number="4">
> > <test number="2">
> > <test number="5">
> > ...
> > <test number="100">
> > </root>
> >
> > so i want to make a table with 5 column and n rows, at every 5 element
> > i want a new row.
> >
> > BUT THE PROBLEM IS: I NEED TO HAVE ALL ELEMENT SORTED!!!
> >
> > How can i do this?
> >
> > Thanks a lot!
> >
> > Fred
> >
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords
xml