Hello ,
We are trying to display blob file in oracle bip. Found the syntax in publisher guide.. but it is throwing an error. We are accessing image(blob) field from oracle database.
Column name is passport_photo
<fo:instream-foreign-object content type="image/jpg">
<xsl:value-of select="IMAGE_ELEMENT"/>
</fo:instream-foreign-object>
What should i replace in image_element to view image?
Thank you all