Dynamic Images in FO
"Tom Barrand" <[email protected]> Wed, 26 Feb 2003 14:21:49 +0000
| Newsgroups | gmane.text.xml.xsl.general |
|---|---|
| Message-ID | <se5ccd9e.007@ANSGW> |
I would like to display a dynamic image in an FO stylesheet. With it hard coded I have: <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? Thanks