BLOB data into BI Publisher from Report 6i
Hi,
I am trying to get BLOB data into XML publisher report. I have an image file in the data and included that in my report. That is my data source. When I try to retrieve that image in XML publisher using the below statement, It is not getting the image.
<fo:instream-foreign-object content type="image/gif">
<xsl:value-of select="IMAGE_ELEMENT"/>
</fo:instram-foreign-object>
when I looked at the concurrent program xml data ... i have following message "
An invalid character was found in text content. Error processing resource 'http://d1app.edgenmurray.com:8010/OA_CGI/FNDWRR....
<IMAGE_ELEMENT>GIF89a
I am trying to get BLOB data into XML publisher report. I have an image file in the data and included that in my report. That is my data source. When I try to retrieve that image in XML publisher using the below statement, It is not getting the image.
<fo:instream-foreign-object content type="image/gif">
<xsl:value-of select="IMAGE_ELEMENT"/>
</fo:instram-foreign-object>
when I looked at the concurrent program xml data ... i have following message "
An invalid character was found in text content. Error processing resource 'http://d1app.edgenmurray.com:8010/OA_CGI/FNDWRR....
<IMAGE_ELEMENT>GIF89a
0