Hi
I need to create a border against one row as shown in screen below, the
sides dont need to be dotted, but solid

Here is what i have

<fo:table width="20cm" table-layout="fixed">
<fo:table-column column-number="1" column-width="11cm" />
<fo:table-column column-number="2" column-width="3cm" />
<fo:table-column column-number="3" column-width="3cm" />
<fo:table-column column-number="3" column-width="3cm" />
<fo:table-body>
<xsl:for-each select="totals/total">
<fo:table-row xsl:use-attribute-sets="table.data.td.noborder" >
<fo:table-cell column-number="1"
xsl:use-attribute-sets="table.data.td.noborder" number-columns-spanned="3">
<fo:block text-align="center">
<xsl:value-of select="description"></xsl:value-of>
</fo:block>
</fo:table-cell>
<fo:table-cell column-number="4"
xsl:use-attribute-sets="table.data.td.noborder">
<fo:block text-align="center">
<xsl:value-of select="format-number(amount,'###,###.00')"></xsl:value-of>
</fo:block>
</fo:table-cell>
</fo:table-row>
</xsl:for-each>
</fo:table-body>
</fo:table>
_______________________________________________________________
|
                                 |
|                   Column1                            Column2
     Column3   |
|                   Row2                                 Row2
         Row2        |
|                   Row3                                 Row3
         Row3        |
|                   Row4                                 Row4
         Row4        |
|______________________________________________________________|
-- 
Ashish
www.ayurwellness.com
www.mysoftwareneeds.com

Reply via email to