BI Publisher (MOSC)

MOSC Banner

Display BLOB in XML Publisher report for different FILE_CONTENT_TYPE other than IMAGE/JPG

edited May 14, 2020 7:55AM in BI Publisher (MOSC) 7 commentsAnswered
We need to display all the attachments of different FILE_CONTENT_TYPE other than image/jpeg from FND_LOBS in XML Publisher report.
The following are the different file formats in the server 1.application/vnd.openxmlformats-officedocument.wordprocessingml.document
2.application/octet-stream
3.application/msword
4.application/pdf    
5.application/x-zip-compressed    

I have created the data template and in the template i have used following
<fo:instream-foreign-object content-type="image/jpg" height="25%" width="25%"><xsl:value-of select="VISA"/></fo:instream-foreign-object>

But when the file_content_type is other than the image/jpeg the output is empty.

Any help please?

Thanks

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center