[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Trouble adding an image to FO


Subject: Re: [xsl] Trouble adding an image to FO
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Tue, 25 May 2004 23:11:01 +0200

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


Current Thread