|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: MxN table display
<table>
<xsl:for-each select="field[position() mod $N = 1]">
<tr>
<xsl:for-each select=".|following-sibling::*[position() < $N]">
<td><xsl:value-of select="."/></td>
</
</
</
</
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: imap@xxxxxxxxx [mailto:imap@xxxxxxxxx]
> Sent: 09 December 2007 15:29
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: MxN table display
>
> 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








