https://issues.apache.org/bugzilla/show_bug.cgi?id=52778
Bug #: 52778
Summary: page-sequence-master cannot refer to another
Product: Fop
Version: all
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: page-master/layout
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Created attachment 28389
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28389
example fo file that shows the issue
This example (page 135) from the "XSL Formatting Objects" book by Doug Lovell
does not work in FOP if the master-reference="ab" refers to another master
reference.
<fo:page-sequence-master master-name="abab">
<fo:repeatable-page-master-reference master-reference="ab" />
</fo:page-sequence-master>
Only works if it refers to a simple-page-master. The attached example
exemplifies the issue (an exception is thrown).
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.