Re: Trouble adding an image to FO2004-05-25 14:11:01Tim Meals wrote: <xsl:param name="image-location" select="file:///C|/Temp/Report"/>
^
There are JREs out there which wont interpret this as C:/Temp/Report
Better stay with
<xsl:param name="image-location" select="file:///C:/Temp/Report"/>
J.Pietschmann
|
|
||||||||||||||||