BI Publisher (MOSC)

MOSC Banner

Display the Employee Picture in XML Publisher report

Dear,


1- I used the below query in the XML file to get the employee picture:

select employee_number,image from per_all_people_f papf,per_images img where parent_id=person_id

and trunc(sysdate) between effective_start_Date and effective_end_Date

and parent_id=861


2- I inserted the "IMG" tag in the RTF file with the below code but still the image not displayed in the report

<fo:instream-foreign-object content type="image/jpg" height="3 in" width="4 in"><xsl:value-of select="IMG"/></fo:instream-foreign-object>


Is there any missing step.

Please advise.


Thank you.

Abdelrahman

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