html string too much processed [message #97933] |
Fri, 09 December 2005 09:53 |
Eclipse User |
|
|
|
Originally posted by: aleforestier.genigraph.fr
I'm using birt 1.0.1 and I would like to include an html string
(<p>something</p>) in the report.
I've subclassed SimpleResultSet to give me informations with the method
String doGetString(String columnName).
For some columnName, the return value is a html formatted string and when
I create a html report the result is not well formed.
In fact the original string is traduced to :
<p><something</p>
I try to put the result in a CDATA block, not better.
How can I do to get the original string in my report without processing?
|
|
|
Powered by
FUDForum. Page generated in 0.03092 seconds