> -----Original Message----- > From: Keiron Liddle [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 02, 2002 4:15 AM > To: [EMAIL PROTECTED] > Subject: Re: Adding Fonts - Must I use absolute paths in > fopconfig.xml? > > > > This is a bug. The base is ignored when reading font information. >
Thanks for the info. I've figured out a workaround, which is to read in fopconfig.xml into a DOM and add the necessary base directory path of my servlet to the DOM, save it to a temporary file and then load that temporary fopconfig.xml into FOP. Not the ideal situation, but you gotta do what you gotta do...
