When I attempt to put two tables in line (one after the other) in a single
page, only the second of the two rendered by FOP.

What am I missing?

Thanks,

Dave


I put a fo:block "shucks" before each table.

I expect to see:

shucks
--First Table--
shucks
--Second Table--

What I end up with is:

shucks
shucks
--Second Table--



                <fo:flow flow-name="xsl-region-body">
                        <fo:block>shucks</fo:block>
                        <fo:table>
                                <fo:table-body>
                                        <fo:table-column
column-width="73mm"/>
                                        <fo:table-column
column-width="20mm"/>
                                        <fo:table-column
column-width="48mm"/>
                                        <fo:table-column
column-width="48mm"/>
                                        <fo:table-column
column-width="48mm"/>
                                        <fo:table-column
column-width="48mm"/>
                                        <fo:table-column
column-width="48mm"/>
                                        <fo:table-row>
                                                <fo:table-cell
border-width="0.5mm">
                                                        <fo:block
font-size="9pt" font-weight="bold">
                                         dfasdfasdfasdfasfdasf
                                     </fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell
border-width="0.5mm">
                                                        <fo:block
font-size="9pt" font-weight="bold">
                                        sadfsafdsafdasdf
                                     </fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell
border-width="0.5mm">
                                                        <fo:block
font-size="9pt" font-weight="bold">
                                        asdfasdfasdfasdfsadf
                                     </fo:block>
                                                </fo:table-cell>
                                                <fo:table-cell
border-width="0.5mm">
                                                        <fo:block
font-size="9pt" font-weight="bold">
                                        Spsdfsadfsafdasfdasfdasfdsafd
                                     </fo:block>
                                                </fo:table-cell>
                                        </fo:table-row>
                                </fo:table-body>
                        </fo:table>
                        <fo:block>shucks</fo:block>
                        <fo:table>
                                <fo:table-column column-width="73mm"/>
                                <fo:table-column column-width="20mm"/>
                                <fo:table-column column-width="48mm"/>
                                <fo:table-column column-width="48mm"/>
                                <fo:table-column column-width="48mm"/>
                                <fo:table-column column-width="48mm"/>
                                <fo:table-column column-width="48mm"/>
                                <fo:table-header>
                                        <fo:table-row>
                                                <fo:table-cell
border-width="0.5mm">
                                                        <fo:block
font-size="9pt" font-weight="bold">
                                         Method Name
                                ..............
                                ..............  
                                </fo:table-body>
                        </fo:table>
                </fo:flow>
        </fo:page-sequence>
</fo:root>


LEGAL NOTICE
Unless expressly stated otherwise, this message is confidential and may be 
privileged. It is intended for the addressee(s) only. Access to this E-mail by 
anyone else is unauthorized. If you are not an addressee, any disclosure or 
copying of the contents of this E-mail or any action taken (or not taken) in 
reliance on it is unauthorized and may be unlawful. If you are not an 
addressee, please inform the sender immediately.

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

Reply via email to