[Home] [By Thread] [By Date] [Recent Entries]
Have a look at
http://sources.redhat.com/ml/xsl-list/2002-04/msg00221.html. The
stylesheet can sort your data in columns or rows (selected with
parameter $by). If you need a simplified stylesheet, you must select the
first 3 <NUMBER> elements, create a <tr> for them and add for these and
all following-siblings <NUMBER>s, with a position()=3 a new <td>.
Regards, Joerg Carlos wrote: I have one xml file (bellow), and i don't know how to nake a xslt template for showing the numbers in this form: <table><tr> <td> 1 4 7 10 </td> <td> 2 5 8 </td> <td> 3 6 9 </td> </tr></table> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



