[xep-support] Re: fo:page-position="only" does not work

Dave Pawson dave.pawson at gmail.com
Tue Nov 30 06:23:09 PST 2010


On 30 November 2010 14:15, Stefan Unterhofer <Stefan.Unterhofer at tpt.com> wrote:
> Hi,
>
> I have a stylesheet with two page masters, one for all pages and one for the last page, and am trying to apply the page master for the last page if the document has only one page. According to the xsl:fo documentation this should be possible by using the page-position="only" attribute in a fo:conditional-page-master-reference next to those with "first","last" and "rest" as page-position. However, when I process the document, the page master for page-position="first" is applied.
>
> This is my page sequence master:
>
>        <fo:page-sequence-master master-name="bestaetigung">
>          <fo:repeatable-page-master-alternatives>
>            <fo:conditional-page-master-reference master-reference="letzte-seite" page-position="only"/>
>            <fo:conditional-page-master-reference master-reference="erste-seite" page-position="first"/>
>            <fo:conditional-page-master-reference master-reference="erste-seite" page-position="rest"/>
>            <fo:conditional-page-master-reference master-reference="letzte-seite" page-position="last"/>
>          </fo:repeatable-page-master-alternatives>
>        </fo:page-sequence-master>
>
> I am using xep 4.18 and have replaced saxon with version 9.1.0.2. Besides the issue with the page-position element I have no problems at all. Do I have an error in my setup or is there a bug that is causing this?
>
> Thanks,
> Stefan Unterhofer


Does it work when you push 3 pages of content through? That might be a
better test for it.

regards

-- 
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.
http://www.dpawson.co.uk

!DSPAM:87,4cf508d063736119914707!




More information about the Xep-support mailing list