[xsl] unwanted blank page because of odd number

Subject: [xsl] unwanted blank page because of odd number
From: Paul Tremblay <phthenry@xxxxxxxxxxxxx>
Date: Sun, 23 May 2004 13:00:52 -0400
This is an xsl-fo problem.

I need to insert just one blank page after page 6. The problem is, the
next page after page 7 must be page "iii", which is an odd page. That
means that xsl-fo inserts *two* blank pages in order to make sure that
page "iii" starts on the right side.

The requirements for the thesis insist that one blank page be inserted
after page 6. Is there any way I can get xsl-of to insert just one blank
page?

My code is below.

Thanks

Paul

******
      
    <xsl:template match = "/TEI.2/text/front/div[@type='chapter'][1]" mode = "front">
        <fo:page-sequence master-reference="acknowledgements" format="i" initial-page-number="3">



-- 

************************
*Paul Tremblay         *
*phthenry@xxxxxxxxxxxxx*
************************

Current Thread