- From: Oleg Tkachenko <olegt@multiconn.com>
- Date: Wed, 26 Feb 2003 16:41:31 +0200
- To: Tom Barrand <Tom.Barrand@ansplc.com>
- CC: www-xsl-fo@w3.org
Tom Barrand wrote:
> <fo:external-graphic src="c:\DPS PO Images\5.gif"/>
>
> What I need is to replace the 5 with an <xsl:value-of
> select="DynamicNumber"/> but it does not allow you to put XSL within the FO.
>
> How can I achieve this?
<fo:external-graphic src="url('c:\DPS PO Images\{DynamicNumber}.gif')"/>
--
Oleg Tkachenko
Multiconn Technologies, Israel
Received on Wednesday, 26 February 2003 09:41:07 UTC