Re: columns and images

2004-04-05 Thread Enrique Rodriguez Lasterra
Chris Bowditch wrote:
span="all" only works on a block if the block is a direct descendent 
of fo:flow.

Test to see if span="all" is working using text rather than a table in 
the block. Text placed inside a block with span="all" is known to 
work, but there may well be a bug with tables. If the Text inside the 
spanning block does span both columns but the table does not, please 
report back and ill make a note on the compliance page.
Spanning blocks with tables go perfectly. Thank you Chris.
Thanks,
Chris

-
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]


Re: columns and images

2004-04-05 Thread Enrique Rodriguez
Thank you Chriss... My tables are inside "two" blocks so i will 
change to test it.


Chris Bowditch wrote:
Enrique Rodriguez Lasterra wrote:
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.

span="all" only works on a block if the block is a direct descendent 
of fo:flow.

Test to see if span="all" is working using text rather than a table in 
the block. Text placed inside a block with span="all" is known to 
work, but there may well be a bug with tables. If the Text inside the 
spanning block does span both columns but the table does not, please 
report back and ill make a note on the compliance page.

Thanks,
Chris

-
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]


Re: AW: columns and images

2004-04-05 Thread Enrique Rodriguez
Excuse me, I explained it bad.
The document (see above) has two columns, and I want to show the tables 
using all the page.



   page-height="29.7cm"
   page-width="21cm"
   margin-top="1.2cm"
   margin-bottom="0.5cm"
   margin-left="2cm"
   margin-right="2cm">
   
   
   



Jan Kohnert wrote:
Hi,
if you want to span a table (table B) inside a table (Table A), you must set
the '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:
.
.
.

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">
   
.
.
.


-
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]


Re: columns and images

2004-04-05 Thread Chris Bowditch
Enrique Rodriguez Lasterra wrote:
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.
span="all" only works on a block if the block is a direct descendent of 
fo:flow.
Test to see if span="all" is working using text rather than a table in the 
block. Text placed inside a block with span="all" is known to work, but there 
may well be a bug with tables. If the Text inside the spanning block does span 
both columns but the table does not, please report back and ill make a note on 
the compliance page.

Thanks,
Chris

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


AW: columns and images

2004-04-05 Thread Jan Kohnert
Hi,

if you want to span a table (table B) inside a table (Table A), you must set
the '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:
.
.
.


.
.
.




-
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]



columns and images

2004-04-05 Thread Enrique Rodriguez Lasterra
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:
.
.
.

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">
   
.
.
.


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