You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2003/04/24 10:34:01 UTC

DO NOT REPLY [Bug 19270] New: - Nested 's => repeating outer block text

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

Nested <fo:block>'s => repeating outer block text

           Summary: Nested <fo:block>'s => repeating outer block text
           Product: Fop
           Version: 0.20.5
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: general
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: joachim.unger@softwareag.com


<fo:block>some words ...
<fo:block>inner first</fo:block>
<fo:block>inner 2nd</fo:block>
<fo:block>inner 3rd</fo:block>
<fo:block>inner 4th</fo:block>
</fo:block>

results in:

some words ...
inner first
some words ...
inner 2nd
some words ...
inner 3rd
some words ...
inner 4th
some words ...

How can that be?

Regards,

Joachim Unger

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org