Not really a FOP-related question, but anyway:
<fo:block>
<fo:external-graphic>
<xsl:attribute name="src">
<xsl:value-of select="imagefile"/>
</xsl:attribute>
</fo:external-graphic>
</fo:block>
On 21.01.2003 09:05:47 Jiri_Nejedly wrote:
>
> I want to place picture to the pdf file, but the file name is not given in
> advance , it is stored in XML .
> For example
>
> XML:
> <imagefile>picture.bmp</imagefile>
>
> XSL
> <fo:block>
> <fo:external-graphic src="image.bmp" ... />
> </fo:block>
>
> Can I dynamically change the src attribute to the value , which is in XML
> and can be retrieved by <xsl:value-of select ... > ? Thanks.
Jeremias Maerki
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]