Rendering image from a different data set
Hi
I followed the instructions described in this document to render an image.
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