Excuse me, I explained it bad.

The document (see above) has two columns, and I want to show the tables using all the page.



<fo:simple-page-master master-name="pagina-impar"
page-height="29.7cm"
page-width="21cm"
margin-top="1.2cm"
margin-bottom="0.5cm"
margin-left="2cm"
margin-right="2cm">
<fo:region-before extent="1cm"/>
<fo:region-after extent="2cm"/>
<fo:region-body margin-top="1.1cm" margin-bottom="2.5cm" *column-count*="2" />
</fo:simple-page-master>




Jan Kohnert wrote:

Hi,

if you want to span a table (table B) inside a table (Table A), you must set
the <table-row>'s "number-columns-spanned" attribut of table A to a value
matching the number of columns you want to have spanned by table B.

Jan

-----Ursprüngliche Nachricht-----
Von: Enrique Rodriguez Lasterra [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 5. April 2004 03:13
An: [EMAIL PROTECTED]
Betreff: columns and images


Hi all,

I'm developing and xsl to render documents in two columns.

These documents usually have tables and i like to span they to see it better.

I'm wirting the table inside a block with the span="all" attribute, but the table still be attached to one column.

Does fop support this feature?

Regards, Enrique.

code:
.
.
.
<fo:block space-after.optimum="4pt"
space-after.maximum="6pt"
space-after.minimum="2pt"
space-before.optimum="4pt"
space-before.maximum="6pt"
space-before.minimum="2pt"
font-size="8pt"
span="all">
<fo:table margin-right="2mm" margin-left="2mm" table-layout="fixed" width="100%">
.
.
.





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to