|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: output in table
Charles Ohana wrote:
I need the following output. But I need it generic since I don't know how many element I'm going to have ...
Roughly:
<table border="1">
<xsl:for-each select="carrier[position() mod 3 = 1]">
<tr>
<xsl:for-each select=".|following-sibling::carrier[
position() < 3]">
<td>
<xsl:value-of select="."/>
</td>
</xsl:for-each>
</tr>
</xsl:for-each>
</table>
J.Pietschmann
|
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








