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