<DIV id=RTEContent>Hi,</DIV> <DIV> </DIV> <DIV>While displaying data in tabular format Renderx seems to be slow. Iam using the following code for creation of tables. Can you suggest better way to enhance its speed. Dimensions of table is around 15 * 200(Rows). There can be multiple tables. </DIV> <DIV> </DIV> <DIV>********************************************************************************************</DIV> <DIV><xsl:template match="ServiceData"></DIV> <DIV> <fo:table space-before.optimum="2pt" space-after.optimum="6pt" padding="4pt" width="100%" keep-together.within-page="always"><BR> <fo:table-column column-width="10%" number-columns-repeated="1" column-number="1"/><BR> <fo:table-column column-width="8%" number-columns-repeated="1" column-number="2"/><BR> <fo:table-column column-width="8%" number-columns-repeated="1" column-number="3"/><BR> <fo:table-c!
olumn
column-width="8%" number-columns-repeated="1" column-number="4"/><BR> <fo:table-column column-width="8%" number-columns-repeated="1" column-number="5"/><BR> <fo:table-column column-width="8%" number-columns-repeated="1" column-number="6"/><BR> <fo:table-column column-width="8%" number-columns-repeated="1" column-number="7"/><BR> <fo:table-column column-width="8%" number-columns-repeated="1" column-number="8"/><BR> <fo:table-column column-width="8%" number-columns-repeated="1" column-number="9"/><BR> <fo:table-column column-width="8%" number-columns-repeated="1" column-number="10"/><BR> <fo:table-column column-width="8%" number-columns-repeated="1" column-number="11"/><BR> <fo:table-column column-width="8%" number-columns-repeated="1" column-number="12"/><BR> <fo:table-column column-width="8%" number-columns-repeated="1"
column-number="13"/><BR> <fo:table-column column-width="8%" number-columns-repeated="1" column-number="14"/><BR> <fo:table-column column-width="8%" number-columns-repeated="1" column-number="15"/><BR> <fo:table-column column-width="8%" number-columns-repeated="1" column-number="16"/><BR> <BR> <fo:table-header><BR> <fo:table-row><BR> <fo:table-cell border=".5pt solid" number-columns-spanned="16"><BR> <fo:block background-color="purple" color="white" text-align="start" font-family="Times Roman" font-weight="bold" font-size="8pt"><BR> <xsl:value-of select="Service/OpcoCd"/><xsl:text>(2005 List Rates)</xsl:text><BR> </fo:block><BR> </fo:table-cell><BR> </fo:table-row></DIV>
<DIV> <fo:table-row><BR> <fo:table-cell border=".5pt solid" number-columns-spanned="1"><BR> <fo:block text-align="start" font-family="Times Roman" font-size="8pt"><BR> </fo:block><BR> </fo:table-cell><BR> <fo:table-cell border=".5pt solid" number-columns-spanned="15"><BR> <fo:block text-align="center" font-family="Times Roman" font-weight="bold" font-size="8pt"><BR> <xsl:text>Zones</xsl:text><BR> </fo:block><BR> </fo:table-cell><BR> </fo:table-row></DIV> <DIV> <fo:table-row><BR> <fo:table-cell border=".5pt solid" number-columns-spanned="1"><BR> <fo:block text-align="start" font-family="Times Roman"
font-size="8pt"><BR> </fo:block><BR> </fo:table-cell><BR> <xsl:apply-templates select="./ZoneWeightBreak[position()=1]/Zone" mode="zone"/><BR> </fo:table-row><BR> </fo:table-header></DIV> <DIV> <fo:table-body><BR> <xsl:apply-templates select="ZoneWeightBreak" /> <BR> </fo:table-body><BR></fo:table><BR></xsl:template></DIV> <DIV><BR><xsl:template match="Zone" mode="zone"><BR> <fo:table-cell border=".5pt solid"><BR> <fo:block text-align="center" font-family="Times Roman" font-size="8pt" font-weight="bold"><BR> <xsl:value-of select ="ZoneID"/><BR> </fo:block><BR> </fo:table-cell><BR></xsl:template></DIV> <DIV><BR><xsl:template
match="ZoneWeightBreak"><BR> <fo:table-row><BR> <fo:table-cell border=".5pt solid"><BR> <fo:block text-align="center" font-family="Times Roman" font-size="8pt" font-weight="bold"><BR> <xsl:value-of select="BegRange"/><xsl:text>-</xsl:text><xsl:value-of select="EndRange"/><BR> </fo:block><BR> </fo:table-cell><BR> <xsl:apply-templates select="Zone" mode="data"/> <BR> </fo:table-row><BR></xsl:template></DIV> <DIV><xsl:template match="Zone" mode="data"><BR> <fo:table-cell border=".5pt solid"><BR> <fo:block text-align="center" font-family="Times Roman" font-size="8pt"><BR><!-- <xsl:value-of select ="format-number(Rate,'#,##0.00')"/>--><BR> <xsl:value-of select
="Rate"/><BR> </fo:block><BR> </fo:table-cell><BR></xsl:template></DIV> <DIV>********************************************************************************************</DIV> <DIV> </DIV> <DIV>Thanks,</DIV> <DIV> </DIV><p>
                <hr size=1>Yahoo! Photos – Showcase holiday pictures in hardcover<br>
<a href="http://us.rd.yahoo.com/mail_us/taglines/photobooks/*http://pa.yahoo.com/*http://us.rd.yahoo.com/mail_us/taglines/photos/evt=38088/*http://pg.photos.yahoo.com/ph//page?.file=photobook_splash.html">Photo Books</a>. You design it and we’ll bind it!