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 "Kiran (JIRA)" <ji...@apache.org> on 2016/08/12 08:34:20 UTC

[jira] [Created] (FOP-2641) Issue while handling

Kiran created FOP-2641:
--------------------------

             Summary: Issue while handling <br/>
                 Key: FOP-2641
                 URL: https://issues.apache.org/jira/browse/FOP-2641
             Project: FOP
          Issue Type: Bug
            Reporter: Kiran


Hi Team,

I am trying to generate Fo for the below html content to render as pdf and currently having problem while handling <br/>.
 I'm using <fo:block role="br"/> for handling <br/>. 
Below html uses <br/> twice in the lines to achieve "nextline" and "one emtply line" but FOP is ignoring second tag to render "empty line"

Html Content:
--------------------------------
<html>
<body>
<p style="text-align: right;">Re: Your account ending in 2007    </p>
<p style="text-align: left;">Dear  62Theresa M Love,</p>
<p>Thanks for contacting us about an authorized user on your Capital One account.<br/>
<br/>30.00 is an authorized user on this account.<br/>
<br/>Remember that an authorized user:</p>
</body>
<html>
-----------------------------------------------------------
Fo Content:
---------------------------
<fo:block role="p" text-align="left">Dear  62Theresa M Love,</fo:block>
	<fo:block role="p">Thanks for contacting us about an authorized user on your Capital One account.<fo:block role="br"/>
	<fo:block role="br"/>30.00 is an authorized user on this account.<fo:block role="br"/>
	<fo:block role="br"/>Remember that an authorized user:</fo:block>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)