I'm getting all the collection items in the page by looping, but as we have the line in the XSLT “<![CDATA[</td></tr><tr><td width="200">]]>”, "</TD><td width=”200”>" is displaying in the page, instead of being rendered in HTML as per our desire.
Please provide us the solution. Thanks a lot for your help.
XSLT:
<tr>
<td width="200">
<xsl:for-each select="EDMS/SendALink/IOProduct/Counter">
<xsl:variable name="count"><xsl:value-of select="Counter"/></xsl:variable>
<xsl:choose>
<xsl:when test="$count mod 3=0">
<![CDATA[</td></tr><tr><td width="200">]]>
</xsl:when>
<xsl:otherwise>
<![CDATA[</td><td width="200">]]>
</xsl:otherwise>
</xsl:choose>
</xsl:for-each>
</td>
</tr>
Thanks and Best Regards,
U Jayaraman,
Wipro Technologies,
My Web Site :
http://ujayaraman.faithweb.com
Mobile : +919884112047