Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Image not displaying in pdf report using XSL-FO and using Oracle 11g databa

MaryMJul 25 2012 — edited Oct 23 2012
Good Afternoon,


I have created over 15 reports using XSL-fo, with the following syntax to display an image on the pdf:

fo:block margin-left="0.24cm" margin-right="0.27cm" margin-top="0.0cm" ><fo:external-graphic content-width="scale-to-fit" content-height="scale-to-fit" width="1.73cm" height="1.57cm" >
<xsl:attribute name="src">'url("http://readiness:7780/i/marforcom_symbol_rpts.gif")'</xsl:attribute></fo:external-graphic>
</fo:block>

This syntax works fine when using Oracle 10g, now my database has been upgraded to 11g and my image no longer displays in the reports. I have already upload the image into the database as a workspace image.

I have tried to point the image @ the image by using url(#WORKSPACE_IMAGE#marforcom_symbol_rpts.gif)
or <img src ="#IMAGE_PREFIX#marforcom_symbol_rpts.gif")

and it still doesn't work.

I have searched this forum trying to come up with a solution that will fix my problem and am unable to.

Current config: Oracle 11g, using pl/sql gateway.

I need to know how to point the xsl-fo file to the database, where the image now resides.
Thanks,
Mary

Edited by: MaryM on Jul 25, 2012 3:15 PM

Edited by: MaryM on Jul 25, 2012 3:51 PM
This post has been answered by jariola on Jul 25 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 20 2012
Added on Jul 25 2012
5 comments
2,160 views