https://issues.apache.org/bugzilla/show_bug.cgi?id=45306
Summary: fo:instream-foreign-object in fo:marker does not work
Product: Fop
Version: 1.0dev
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: fo tree
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
See the disabled testcase added here:
http://svn.apache.org/viewvc?rev=672617&view=rev
In current FOP Trunk, the test throws a NPE, due to AbstractRetrieveMarker not
correctly cloning the foreign object. cloneSingleNode() apparently only deals
with FObj and FOText, but XMLObj descends directly from FONode, so does not
survive...
Changing XMLObj to extend FObj, instead of FONode, partly fixes the issue. It
clones the root of the document, but does not yet descend recursively.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.