Change the attribute name of master-name to master-reference
Old:                    <fo:simple-page-master master-name="simple"
New:                    <fo:simple-page-master master-reference="simple"

For detail read FOP DTD PDF that comes with 20.3

Sami

-----Original Message-----
From: Nick Winger [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 5:08 AM
To: Apache Mailinglist (E-Mail)
Subject: problem with fop 20.3


hi !

i'm using fop 20.3.

i get an error message, saying:
'master-reference' for 'fo:page-sequence' matches no 'simple-page-master' or
'page-sequence-master'
( with fop 20.1 and exactly the same file, i have no error messages )

here's the code:

        <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
                <fo:layout-master-set>
                        <fo:simple-page-master master-name="simple"
                                        page-height="29cm"
                                        page-width="21cm"
                                        margin-top="1cm"
                                        margin-bottom="1cm"
                                        margin-left="1.5cm"
                                        margin-right="1.5cm">
                                <fo:region-body display-align="center"
margin-top="1cm"
margin-bottom="128mm"/>
                                <fo:region-before display-align="center"
extent="12cm"/>
                                <fo:region-after extent="128mm"/>
                        </fo:simple-page-master>
                </fo:layout-master-set>

                <fo:page-sequence master-name="simple">

                        lots of stuff here

                </fo:page-sequence>
        </fo:root>


anybody know what i have to change to get it running with version 20.3 ?


greetings

Nick Winger


(Software-Developer)
==============================
VANGUARD Software GmbH
Julius Tandler Platz 8
1090 Vienna, AUSTRIA

Phone: +43-1-3195263-20
Fax:   +43-1-3195263-90
http://www.vanguard.at
==============================



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to