BI Publisher (MOSC)

MOSC Banner

Rendering image from a different data set

edited Dec 16, 2019 11:23AM in BI Publisher (MOSC) 9 commentsAnswered ✓

Hi

I followed the instructions described in this document to render an image.

https://docs.oracle.com/middleware/12211/bip/BIPRD/GUID-58D7E662-146A-44AA-86F9-111E2C6DB3A5.htm#BIPRD2397

The syntax

<fo:instream-foreign-object content-type="image/jpg">

<xsl:value-of select="IMAGE_ELEMENT"/>

</fo:instream-foreign-object>

Seems to refer to the main data set.

How can I use an BLOB from a different data set?

I tried

<fo:instream-foreign-object content-type="image/jpg">

<xsl:value-of select="./G_14/IMAGE_ELEMENT"/>

</fo:instream-foreign-object>

but the report didn't generate.

I tried different variance of the syntaxt for example

<fo:instream-foreign-object content-type="image/jpg

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