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=25708>.
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=25708

[PATCH] Implementation of AddLMVisitor.serveWrapper

           Summary: [PATCH] Implementation of AddLMVisitor.serveWrapper
           Product: Fop
           Version: 1.0dev
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: page-master/layout
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The patch simply makes fo:wrapper add LMs for all its children when
its parent requests it to add its own LM. Disadvantage: the pattern of
incremental addition of childLMs is broken; the childLMs for all
children of fo:wrapper are added at once.

In a patch that would enable fo:wrapper to return its childLMs one by
one, the parent's childLMiter.preLoadNext() would have to ask a child
for a childLM more than once; therefore it would have to ask the
current child first (baseIter.previous()) if it wants to contribute
more LMs, before moving on to the next child.

Reply via email to