Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: How to build a tlabe? How to build a tlabe?To: NULL Date: 6/4/2006 10:15:00 AM I am trying to build a 2-column table but am getting errors. The code that I am using is similar to: <table> <xsl:for-each match="parent"> <xsl:if test="position() mod 2 = 1"> <tr> </xsl:if> <td> <xsl:apply-templates match="child"/> </td> <xsl:if test="position() mod 2 = 0") </tr> </xsl:if> </xsl:for-each> </table> The error refers to the <tr> line and states that there is no corresponding </tr>. I see why this is an error, but I do not know how to correct the problem. Any help will be greatly appreciated. | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
