xsl-list
[Top] [All Lists]

Re: Trouble adding an image to FO

2004-05-25 14:11:01
Tim 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


<Prev in Thread] Current Thread [Next in Thread>