Subject: Grooping and Sorting problem
From: Frédéric Tremblay <ftremblay@xxxxxxxxxxxxxxx>
Date: Thu, 28 Mar 2002 14:14:10 -0500
|
> 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
|