how to add a </tr> on every position() mod 4 = 0 ?2002-11-11 01:56:08hi, I have a list in xml, and want to show them in a 4-column table (in at least 2 rows). so I would like to add a closing </tr> tag to every <xsl:if test="position() mod 4 = 0"> but I cannot write a simple closing </tr> tag here, because parser says it's an error. (However a <tr/> works for output, but it's not the clean and sytanctically the best way) Does anybody have an idea? Thanks in advance. Cheers, Thomas XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|