Display image in XMLP Report dynamically
Hi All,
I have a requirement to display an image (which is stored under OA_MEDIA directory) in my XMLP report. The report output is in PDF format.
I use the following code in RTF template to display the image.
<fo:external-graphic content-width="260pt" content-height="50pt" src="/rl2dev/oracle/RL2DEV/apps/apps_st/comn/java/classes/oracle/apps/media/Signature1.jpg"/>
This code works fine when I hardcode the value for 'src' (as mentioned above), but it has to be dynamic.
I have a field in the XML file (generated from the rdf) which has the file path stored in it. I tried the following code which doesn't work.
I have a requirement to display an image (which is stored under OA_MEDIA directory) in my XMLP report. The report output is in PDF format.
I use the following code in RTF template to display the image.
<fo:external-graphic content-width="260pt" content-height="50pt" src="/rl2dev/oracle/RL2DEV/apps/apps_st/comn/java/classes/oracle/apps/media/Signature1.jpg"/>
This code works fine when I hardcode the value for 'src' (as mentioned above), but it has to be dynamic.
I have a field in the XML file (generated from the rdf) which has the file path stored in it. I tried the following code which doesn't work.
0