This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

creating mutiple columns


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]