Hi,

The latest CVS fixed a problem I reported against 0.18.1-DEV a few days
ago (presence of certain tables makes a page shorter).  However there
still seems to be a problem with the following .fo file (the top and
left border are outside the body-region):

<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
        <fo:layout-master-set>
                <fo:simple-page-master master-name="foo"
                        margin-top="1in" margin-bottom="1in"
                        margin-left="1in" margin-right="1in">
                        <fo:region-body />
                </fo:simple-page-master>
        </fo:layout-master-set>
        <fo:page-sequence master-name="foo">
                <fo:flow flow-name="xsl-region-body">
<fo:table>
        <fo:table-column column-width="3in"/>
        <fo:table-body>
                <fo:table-row>
                        <fo:table-cell border-style="solid"
border-width="0.5in">
<fo:block>This is a table cell example</fo:block>
                        </fo:table-cell>
                </fo:table-row>
        </fo:table-body>
</fo:table>
                </fo:flow>
        </fo:page-sequence>
</fo:root>

-- 
Weiqi Gao
[EMAIL PROTECTED]


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

Reply via email to