[xsl] MxN table display

Subject: [xsl] MxN table display
From: imap@xxxxxxxxx
Date: Sun, 9 Dec 2007 10:28:57 -0500
Hello,

If data is in the following format:

<table numCols='5'>
  <field name='name1'>value1</field>
  <field name='name2'>value2</field>
               .
               .
  <field name='namen'>valuen</field>
</table>

Assuming that number of field elements are greater than 'numCols',
in xslt 1.0, is it possible to come up with style sheet such that 
the elements in an html table can display the field data in an 
MxN table?

Thanks
__
Seva

Current Thread