[EMAIL PROTECTED] (Rohit) wrote:

> Hi,
> I have an HTML content which I am converting to PDF using 
> FOP.I have problem with the carriage retrun tag <br/>. The 
> new lines does not appear in the PDF.
> Any one has any idea abt it ? Please reply.

There is no <br> element in the fo: namespace. IIRC, you can accomplish the
same thing with an empty <fo:block/> element:

<fo:block>Text on first line.<fo:block/>Text on second line.</block>

Victor Mote


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to