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
[EMAIL PROTECTED]
http://www.technicat.com/


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



Reply via email to