xsl-list
[Top] [All Lists]

[xsl] [FO] page-sequence/@initial-page-number creates blank page

2009-06-19 09:11:28

  Hi,

  I've just found a weird behaviour with the following document:

    <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
       <fo:layout-master-set>
          <fo:simple-page-master
                master-name="m" margin="7.5mm"
                page-height="210mm" page-width="297mm">
             <fo:region-body/>
          </fo:simple-page-master>
       </fo:layout-master-set>
       <fo:page-sequence master-reference="m">
          <fo:flow flow-name="xsl-region-body">
             <fo:block>block</fo:block>
          </fo:flow>
       </fo:page-sequence>
       <fo:page-sequence master-reference="m"
                         initial-page-number="1">
          <fo:flow flow-name="xsl-region-body">
             <fo:block>block</fo:block>
          </fo:flow>
       </fo:page-sequence>
    </fo:root>

  The result is a document in 3 pages, with the word "block" on
the first and the last one (as expected) but with an extra blank
page between them (this one is not expected.)

  If I remove @initial-page-number, the result is as expected
(except that my real problem does rely on this attribute to have
correct number pages, of course.)

  Is it a problem of my processor or is it the expected behaviour
(or did I do something wrong?)

  I use Apache FOP 0.95.

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/
























--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>