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]