Hello everyone,<br />
<br />
I am using BIRT 2.5.0 and I've got a software that uses it to auto-generate reports with informations located on a Oracle database.<br />
<br />
So, everything is working fine, but I need to get an SVG image from a database and display it on the report (with BIRT Report Viewer for example). So, I'm retrieving this, for example, from the database :<br />
<br />
<blockquote class='ipsBlockquote' ><p><svg xmlns="<a class='bbc_url' href='
http://www.w3.org/2000/svg'>http://www.w3.org/2000/svg"</a> version="1.1" width="600" height="400"><title>signature</title><desc>2</desc><rect width="600" height="400" x="0" y="0" fill="#F1E9D5" /><path fill="none" stroke="black" stroke-width="3" d="M416.0,176.0 Q416.0,176.0 347.0,257.0 Q278.0,338.0 258.5,344.5 Q239.0,351.0 190.5,337.5 Q142.0,324.0 132.0,317.0 Q122.0,310.0 123.0,299.0 Q124.0,288.0 128.0,281.5 Q132.0,275.0 175.5,260.0 Q219.0,245.0 246.0,246.0 Q273.0,247.0 313.5,261.5 Q354.0,276.0 385.5,289.0 Q417.0,302.0 444.5,315.0 Q472.0,328.0 491.5,337.0 Q511.0,346.0 520.0,346.5 Q529.0,347.0 529.0,347.0" /></svg></p></blockquote>
<br />
Now, what can I do to display this xml-text as the drawn image in the final report ?<br />
<br />
As a text form, it just display the text.<br />
<br />
Thanks for your help !<br />
<br />
Lynal