<br/> and <p> tags are not working
i am using ADF rich text editor that saves formatted HTML in database field(CLOB). Then using BI Publisher to generate a report with RTF template that includes that formatted text. The result is not printing new line for line breaks(<br/> tags) and printing extra line space for paragraph (<p> tags) for PDF report format. I'm using the below steps.
1. '<![CDATA' || '['|| scope_of_work || ']' || ']>' as scope_of_work -- in data model query
2. XML data type in properties section of the field
3. <?html2fo:scope_of_work?> in rtf template.
Please assist me. I am using Oracle BI publisher 11g Release 1 (11.1.1).