Need to read HTML style in RTF template
Hi,
I am working on a report at EBS R12 and I need to display data from database saved in CLOB column in HTML format from OAF rich text.
data example: <ol><li><b><u>any text</u></b></li></ol>
I need to display text with its style in the report. However, I try to use HTML2FO but it is not working with XML publisher version for EBS. and when I opened SR the advice was to create own XSL for this purpose and no clear document for this I could find till now.
I need support to get any way how to be able to display that kind of data on a report.