[xep-support] Page Sequence Master Question

From: Chris Bowditch <bowditch_chris@hotmail.com>
Date: Mon May 21 2007 - 06:46:22 PDT

Hi,

I want to be able to repeat an arbitrary number of simple page masters.
I started by trying to repeat just two s-p-m elements using the
following snippet in my layout-master-set:

<fo:page-sequence-master master-name="firstsecond">
                <fo:single-page-master-reference master-reference="first"/>
                <fo:single-page-master-reference master-reference="second"/>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="all">
        <fo:repeatable-page-master-reference master-reference="firstsecond"/>
</fo:page-sequence-master>

(I realise that I can achieve the same affect using odd/even
conditional-page-master-references but I what if I have 3 or 4 s-p-m
elements to repeat?)

When I run the above FO, XEP chokes with the following error message:

     [error] Value 'firstsecond' of attribute 'master-reference' must
match the '
master-name' attribute of a simple page master for
'fo:repeatable-page-master-re
ference'.

This seems to imply that XEP does not support page-sequence-master
elements that reference other page-sequence-master elements. However, my
XSL-FO book suggests it should be allowed. Who's right?

Thanks,

Chris

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
Received on Mon May 21 07:08:23 2007

This archive was generated by hypermail 2.1.8 : Mon May 21 2007 - 07:08:24 PDT