|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] [FO] page-sequence/@initial-page-number creates blank
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/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

![[FO] page-sequence/@initial-page-number creates blank](/images/get_stylus.gif)




