Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries >Thread Prev - Re: XSL > HTML table building question [Thread Next] Re: XSL > HTML table building questionTo: NULL Date: 7/3/2004 6:57:00 PM > <xsl:for-each select="course"> > <xsl:if test="position() mod 6 = 1"> > <tr> > <xsl:variable name="pos" select="position()"/> > <xsl:for-each select="../course[(position() >= $pos) > and (position() < ($pos + 6))]"> > <td> > SOME DATA > </td> > </xsl:for-each> > </tr> > </xsl:if> > </xsl:for-each> another solution can be with: <xsl:text>< tr > </xls:text> -- baldo | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
