0% found this document useful (0 votes)
183 views3 pages

XML+publisher Documentations

The document provides instructions for dynamically displaying images in XML Publisher templates. It describes inserting a placeholder image and setting the alternative text field to a dynamic URL path that will be replaced at runtime to show the desired image.

Uploaded by

Mudit Mishra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
183 views3 pages

XML+publisher Documentations

The document provides instructions for dynamically displaying images in XML Publisher templates. It describes inserting a placeholder image and setting the alternative text field to a dynamic URL path that will be replaced at runtime to show the desired image.

Uploaded by

Mudit Mishra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

e.g.

1)

Displaying Company logo image dynamically in XML Publisher (BI Tools) in


RTF Template :
i) Insert any dummy placeholder image in RTF template (Insert Picture)
ii) Right click on image and click Size then goto AltText tab and enter
dynamic path in Alternative Text field e.g. url:{concat('$
{OA_MEDIA}','/XX_Logo.jpg')}.
$OA_MEDIA path TOP is actual path in Oracle App instance where
images are stored . DBA may help to get $OA_MEDIA Top path to
upload XX_Logo.jpg file.

e.g. 1)

Displaying Company logo image dynamically in XML Publisher (BI Tools) in


RTF Template :
iii) Insert any dummy placeholder image in RTF template (Insert Picture)
iv) Right click on image and click Size then goto AltText tab and enter
dynamic path in Alternative Text field e.g. url:{concat('$
{OA_MEDIA}','/XX_Logo.jpg')}.
$OA_MEDIA path TOP is actual path in Oracle App instance where
images are stored . DBA may help to get $OA_MEDIA Top path to
upload XX_Logo.jpg file.

e.g. 1)

Displaying Company logo image dynamically in XML Publisher (BI Tools) in


RTF Template :
v) Insert any dummy placeholder image in RTF template (Insert Picture)
vi) Right click on image and click Size then goto AltText tab and enter
dynamic path in Alternative Text field e.g. url:{concat('$
{OA_MEDIA}','/XX_Logo.jpg')}.
$OA_MEDIA path TOP is actual path in Oracle App instance where
images are stored . DBA may help to get $OA_MEDIA Top path to
upload XX_Logo.jpg file.

e.g. 1)

Displaying Company logo image dynamically in XML Publisher (BI Tools) in


RTF Template :
vii) Insert any dummy placeholder image in RTF template (Insert Picture)
viii) Right click on image and click Size then goto AltText tab and enter
dynamic path in Alternative Text field e.g. url:{concat('$
{OA_MEDIA}','/XX_Logo.jpg')}.
$OA_MEDIA path TOP is actual path in Oracle App instance where
images are stored . DBA may help to get $OA_MEDIA Top path to
upload XX_Logo.jpg file.

e.g. 1)
Displaying Company logo image dynamically in XML Publisher (BI Tools) in
RTF Template :
ix) Insert any dummy placeholder image in RTF template (Insert Picture)
x) Right click on image and click Size then goto AltText tab and enter
dynamic path in Alternative Text field e.g. url:{concat('$
{OA_MEDIA}','/XX_Logo.jpg')}.
$OA_MEDIA path TOP is actual path in Oracle App instance where
images are stored . DBA may help to get $OA_MEDIA Top path to
upload XX_Logo.jpg file.
Displaying image / picture dynamically in XML Publisher
(BI Tools) RTF template
Below two examples will demonstrate displaying image dynamically in XML
publisher in Microsoft Office 2007 and onwards version.

e.g. 1)

Displaying Company logo image dynamically in XML Publisher (BI Tools) in


RTF Template :
xi) Insert any dummy placeholder image in RTF template (Insert Picture)
xii) Right click on image and click Size then goto AltText tab and enter
dynamic path in Alternative Text field e.g. url:{concat('$
{OA_MEDIA}','/XX_Logo.jpg')}.
$OA_MEDIA path TOP is actual path in Oracle App instance where
images are stored . DBA may help to get $OA_MEDIA Top path to
upload XX_Logo.jpg file.

e.g. 2)

Displaying signature dynamically in XML Publisher (BI tolls) RTF template


i) Insert any dummy placeholder image in RTF template (Insert Picture)
ii) Right click on image and click Size then goto AltText tab and enter
dynamic path in Alternative Text field e.g. url:{concat('$
{OA_MEDIA}/XX_buyer_',/PO_DATA/DOCUMENT_BUYER_FIRST_NAME ,'_'
,/PO_DATA/DOCUMENT_BUYER_LAST_NAME ,'.jpg')}

$OA_MEDIA path TOP is actual path in Oracle App instance where


images are stored. DBA may help to get $OA_MEDIA Top path to upload
buyers signature file.

Below examples will demonstrate displaying image dynamically in XML publisher in


Microsoft Office 2003 which obsolete in MS office 2007 and onward versions.

URL Reference
1. Insert a dummy image in your template.
2. In Microsoft Word's Format Picture dialog box select the Web tab. Enter the
following syntax in the Alternative text region to reference the image URL:
url:{'http://image location'}
For example, enter:
url:{'http://www.oracle.com/images/ora_log.gif'}

= = = = = = = = = = = = = = = = = = = = = =O O O = = = = = = = = =
===============

You might also like