On Mon, 13 Aug 2001 17:43:44 [EMAIL PROTECTED] wrote:
> When using an embedded version of FOP, can I add the fonts to config.xml
> and rebuild FOP rather than cerating & specifying userconfig.xml ?
you should only modify the userconfig.xml
> What options are there to make userconfig.xml known to an embedded FOP ?
you only need to do this:
userConfigFile = new File(userConfig);
options = new Options(userConfigFile);
at least that is what cocoon does.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]