Hi,
In my previous mail, the snipped FO was incomplete and did work fine.
Here follows the right FO, witch generates the described error..
Pascal

> -----Message d'origine-----
> De : Pascal Sancho 
> Envoyé : jeudi 23 septembre 2004 10:36
> À : [EMAIL PROTECTED]
> Objet : Error with multi-column page
> 
>  
>  Hi there,
> When I try to generate a PDF with the following FO, I get an error:
> [ERROR] file:/E:/projets/peugeot/blueTeam/fop3/data.fo:12:35 
> No meaningful layout in block after many attempts.  Infinite 
> loop is assumed.  Processing halted.
> 
> I use FOP 0.20.5.
> 
> If I suppress either a fo:external-graphic or the span="all" 
> attribute in the final fo:block, I get no error.
>  - span attribute is used to avoid "id already exist" error 
> (can't remove it)
> 
> Is there a solution?
> 
> Pascal

<snip>

<?xml version="1.0" encoding="ISO-8859-1"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
        <fo:layout-master-set xmlns:fox="http://xml.apache.org/fop/extensions";>
                <fo:simple-page-master page-height="327mm" page-width="240mm"
                        margin-top="0mm" margin-bottom="0mm"
                        margin-left="0mm" margin-right="0mm"
                        master-name="gauche">
                        <fo:region-body column-count="2" column-gap="5mm"
                                margin-top="79.35mm" margin-bottom="42mm"
                                margin-left="59.55mm" margin-right="34.8mm"/>
                </fo:simple-page-master>
        </fo:layout-master-set>
        <fo:page-sequence language="fr" master-reference="gauche">
                <fo:flow flow-name="xsl-region-body">
                        <fo:block border="solid red .1mm">
                                <fo:external-graphic width="800pt" 
height="548pt" src="dummy.gif"/>
                        </fo:block>
                        <fo:block border="solid red .1mm">
                                <fo:external-graphic width="800pt" 
height="548pt" src="dummy.gif"/>
                        </fo:block>
                        <fo:block border="solid red .1mm">
                                <fo:external-graphic width="800pt" 
height="548pt" src="dummy.gif"/>
                        </fo:block>
                        <fo:block span="all"></fo:block>
                </fo:flow>
        </fo:page-sequence>
</fo:root>

</snip>


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

Reply via email to