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/03/11 20:24:14 UTC

DO NOT REPLY [Bug 17889] New: - external images in blocks that contain nested blocks are repeated

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

external images in blocks that contain nested blocks are repeated

           Summary: external images in blocks that contain nested blocks are
                    repeated
           Product: Fop
           Version: 0.20.5
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: page-master/layout
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: brook@mootkat.com


A structure like this:

<fo:block>
	<fo:external-graphic/>
	<fo:block>
		Foo 
	</fo:block>
	<fo:block>
		Bar 
	</fo:block>
</fo:block>

Produces output like this:

*image*
Foo
*image*
Bar
*image*

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