Table border

Here should go questions about transforming XML with XSLT and FOP.
pedro.riky
Posts: 16
Joined: Thu Mar 01, 2007 2:19 pm

Table border

Post by pedro.riky »

Hi gurus

i have a problem with table border.
I have a xsl that has a dynamic table in the body content.The problem is that
i want the border bottom close at the end of the body and not at the end of the data


I have
---------------------------------
| header |
|---------------------------------|
| |
| | a | a | |
| | b | b | |
| |_______________| |
| |
| |
|-------------------------------- |
|____________footer_____|


I want

---------------------------------
| header |
|---------------------------------|
| |
| | a | a | |
| | b | b | |
| | | |
| | | |
| | | |
| |______________ | |
|-------------------------------- |
|____________footer_____|



I want that the table border close on the end of the body.

Thanks!!!