[xsl] creating mutiple columns

Subject: [xsl] creating mutiple columns
From: Michael Zehrer <zehrer@xxxxxxxxxxxxxxxxxx>
Date: Fri, 22 Jun 2001 11:20:09 +0200
Hi,

I have XML data in the format:

<node>
<element>...<element/>
<element>...<element/>
<element>...<element/>
...
</node>

In the HTML output I need to put these <element/> data in multiple columns
with a maximum of 3 rows per column like this:

element1 | element4 | element7
element2 | element5 | ...
element3 | element6 | ...

Is there any way to do this in xsl?





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


Current Thread