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/08 19:22:40 UTC

DO NOT REPLY [Bug 18825] New: - empty block repeats part of last node

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

empty block repeats part of last node

           Summary: empty block repeats part of last node
           Product: Fop
           Version: 0.20.5
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: pdf renderer
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: p.neuss@eltrac.it


In version 0.20.5rc2, an empty block causes extra text to be rendered.

Input:

<fo:block>
   <fo:block>
  		Il commutatore a chiave garantisce la massa al Body Computer.
  		Pi� precisamente il morsetto "15" al Pin 14 e il morsetto "50" 
al Pin 18 del connettore J7
		<fo:block>
		</fo:block>
	</fo:block>
</fo:block>


renders as:

Il commutatore a chiave garantisce la massa al Body Computer. Pi� precisamente 
il morsetto "15" al
Pin 14 e il morsetto "50" al Pin 18 del connettore J7
Pin 14 e il morsetto "50" al Pin 18 del connettore J7


P.S. The reason I am inserting empty blocks is just to force a line break 
(basically translating an html <br>).  Probably there is a smarter way to do 
this, I would appreciate it if someone could clue me in.  Thanks.

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