Hi,

> -----Message d'origine-----
> De : Jean-François El Fouly [mailto:[EMAIL PROTECTED] 
> Envoyé : lundi 13 octobre 2008 09:51
> 
> Monday morning newbie question #2 (second and hopefully last one):
> 
> I've downloaded to my Windows dev laptop a FOP 0.95 setup that works 
> well on a linux production server.
> All fonts and their xml files, etc.
> Of course I need to change the <font-base> setting.
> On the linux server, I have
> <base>.</base>
> <font-base>http://server/some-apache-directory</font-base>
> 
> How do I setup the <font-base> to a Windows directory ?
> I had a short (and alas sleepy) look at the documentation 
> sometime early 
> last night and couldn't find the syntax.
> <base>.</base>
> <font-base>D:\java\fop-0.95\conf</font-base>
> <font-base>file://D:\java\fop-0.95\conf</font-base>
> don't seem to work.
> So I guess I miss something with forward and backslashes or 
> escaping or 
> who-knows-what....
> 
> Any idea welcome !
> Jean-Francois (falling asleep)

"file://D:\java\fop-0.95\conf" is not a valid URL.
The scheme should be: file://host/path (host is optional).
In your case, you should have: 
<font-base>file:///D:/java/fop-0.95/conf/</font-base>

Pascal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to