Re: [xsl] [FO]: pagination question

Subject: Re: [xsl] [FO]: pagination question
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Thu, 14 Nov 2002 14:13:53 +0200
daniele.falloni@xxxxxxxxxx wrote:

[INFO]: FOP 0.20.3
[INFO]: building formatting object tree
[ERROR]: 'master-reference' for 'fo:page-sequence'matches no
'simple-page-master' or 'page-sequence-master'
You have entangled in masters and master-references :( Since XSL is Recommendation this syntax was slightly changed - now all *-master objects have master-name property and all *-reference + page-sequence have master-reference property.

<fo:page-sequence-master master-reference="run">
Should be <fo:page-sequence-master master-name="run">

               <fo:repeatable-page-master-alternatives>
                    <fo:conditional-page-master-reference master-name
="prima" odd-or-even="even" page-position="first"/>
Should be <fo:conditional-page-master-reference master-reference="prima" odd-or-even="even" page-position="first"/>
etc.


--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread