Problem : Table not correctly aligned ...

2003-07-01 Thread Selber Jean-François
Hello,

I want to write a paragraph with a left margin of 5 centimeters, this
paragraph includes a table and I would like to see what the behavior of the
included table is in such a situation. The result I expect is to see the
table and the text correctly aligned.
But the table is not  correctly aligned.
May be my Fo is not correct?
It would be find if  somebody could help me?

Best regards
Thanks
See the FO sample file :

?xml version=1.0 encoding=UTF-8?
fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format;
xmlns:ofcR=http://www.oxymel.com/ofc/reporting;
xmlns:fox=http://xml.apache.org/fop/extensions;
xmlns:xhtml=http://www.w3.org/1999/xhtml;
fo:layout-master-set
fo:simple-page-master master-name=*_* margin-left=2.5cm
page-width=21cm margin-right=2.5cm margin-bottom=2.5cm
margin-top=2.5cm page-height=29.7cm
fo:region-body region-name=xsl-region-body/
fo:region-before region-name=xsl-region-before-*_*/
fo:region-after region-name=xsl-region-after-*_*/
fo:region-start region-name=xsl-region-start-*_*/
fo:region-end region-name=xsl-region-end-*_*/
/fo:simple-page-master
fo:page-sequence-master master-name=*
fo:repeatable-page-master-alternatives
fo:conditional-page-master-reference odd-or-even=any page-position=any
master-reference=*_*/
/fo:repeatable-page-master-alternatives
/fo:page-sequence-master
/fo:layout-master-set



fo:page-sequence master-reference=*
fo:flow flow-name=xsl-region-body
fo:block
fo:block margin-left=5cm text-align=justify
This is a paragraph with a left margin of 5 centimeters, this paragraph
includes a table and I would like to see what the behavior of the included
table is in such a situation. The result I expect is to see the table and
the text correctly aligned.
fo:table width=100% table-layout=fixed
fo:table-column
column-width=proportional-column-width(33.336)/
fo:table-column
column-width=proportional-column-width(33.336)/
fo:table-column
column-width=proportional-column-width(33.336)/
fo:table-body
fo:table-row
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockId/fo:block
/fo:table-cell
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockName/fo:block
/fo:table-cell
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockCompagny/fo:block
/fo:table-cell
/fo:table-row
fo:table-row
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:block0/fo:block
/fo:table-cell
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockMarthe GRONGI/fo:block
/fo:table-cell
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockFord/fo:block
/fo:table-cell
/fo:table-row
fo:table-row
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:block1/fo:block
/fo:table-cell
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockJohn FANTA/fo:block
/fo:table-cell
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockMacdonald/fo:block
/fo:table-cell
/fo:table-row
fo:table-row
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:block2/fo:block
/fo:table-cell
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockMarie SAN/fo:block
/fo:table-cell
 fo:table-cell number-rows-spanned=1 number-columns-spanned=1
border-color=black border-style=solid
fo:blockCitroen/fo:block
/fo:table-cell
/fo:table-row
/fo:table-body
/fo:table
And this is the last part of the test, the same paragraph with the same left
margin.

/fo:block

/fo:block

/fo:flow
/fo:page-sequence
/fo:root



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



Re: Problem : Table not correctly aligned ...

2003-07-01 Thread J.Pietschmann
Selber Jean-François wrote:
I want to write a paragraph with a left margin of 5 centimeters, this
paragraph includes a table and I would like to see what the behavior of the
included table is in such a situation. The result I expect is to see the
table and the text correctly aligned.
But the table is not  correctly aligned.
Use an additional 5cm wide empty borderless column, or a blind
table.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]