mparker1113
06-17-2008, 03:04 PM
I have a number of image information nodes stored in a parent element, and am for-eaching through the parent node, and printing out the image information to the screen. I would like to be able to write </tr><tr> when i have written 4 pieces of information to the screen, but i get an error when trying to do (<xsl:if test="position() mod 4 = 0> </tr> </xsl:if>
The reason is that the xslt doesn't like for me to put in a badly formed end of tr tag.
Anyone know an answer around this?
(thanks)
The reason is that the xslt doesn't like for me to put in a badly formed end of tr tag.
Anyone know an answer around this?
(thanks)