I have list of products in a table, I want to make a new row every third product. I know how to do this using ordinary
<br />
In ordinary html this would be easy, just by adding
</tr><tr> but this does not work in xslt because the number of start tags would not be the same as end tags and the xslt processor would create an error. Any ideas? Best regards, P