You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Phil Chu <ph...@technicat.com> on 2003/04/09 06:10:58 UTC

block child bug

When converted to PDF, the "Block1" fragment below appears both before 
and after "Block2", unless I wrap it within a nested block. This 
behavior appeared after I upgraded to FOP 0.20.5rc2. Is this a known 
problem?

<?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="first">
          <fo:region-body/>
       </fo:simple-page-master>
    </fo:layout-master-set>
    <fo:page-sequence master-reference="first">
       <fo:flow flow-name="xsl-region-body">

          <fo:block>
		Block1
             <fo:block>Block2</fo:block>
          </fo:block>

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

-- 
Phil Chu
philipchu@technicat.com
http://www.technicat.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org