You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/02/25 12:10:58 UTC

DO NOT REPLY [Bug 17362] - .FOPException: 'master-name' for 'fo:page-sequence'matches no 'simple-page-master' or 'page-sequence-master'

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17362>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17362

.FOPException: 'master-name' for 'fo:page-sequence'matches no 'simple-page-master' or 'page-sequence-master'





------- Additional Comments From joerg.heinicke@gmx.de  2003-02-25 11:10 -------
Hi,

I guess it's because of two different FOP versions used by FOP and on your
command line. The older version is compatible to a draft version of the XSL FO
spec, where it was master-name, and the newer one to the recommendation, where
it must be master-reference.

>From your error message I guess you already use master-reference, but in Cocoon
an older version of FOP is used. What's the version of your Cocoon and FOP
(included in Cocoon)?

Joerg