Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-news] Extracting HTML content

Hi all,
         I am extracting report content by using the emitter extension
point. I am having issues when the cell content is of html type. An
example is:

<text id="17">
 <property name="fontFamily">sans-serif</property>
<property name="contentType">html</property>
<text-property name="content"><![CDATA[701 Gateway Boulevard,<BR> San
Francisco, CA 94107<BR><BR>]]></text-property>
  </text>

This is inside a cell. So startCell (of IContentEmitter) is called,
and it immediately exits without calling any other method (like
startText etc).

So how do i extract such kind content in my reports? Isnt startText
supposed to be called here?

Thanks a lot in advance,
Prateek


Back to the top