On Sep 28, 2005, at 22:09, Simon Pepping wrote:
Hi Simon,
On Wed, Sep 28, 2005 at 07:37:31PM -0000, [EMAIL PROTECTED] wrote:
+ public void initUserConfig() throws ConfigurationException {
+ log.info("Initializing User Agent Configuration");
+ Configuration cfgUserAgent =
userConfig.getChild("userAgent");
Why do you wrap these configuration elements in a userAgent element?
Well, I didn't modify the fop.xconf file myself. The general UA config
entries were already there, and I just added the page-settings in
there...
The fact that we let the user agent object handle the configuration,
does not need to be reflected in the configuration file. I would
prefer to see these configuration elements as direct children of the
top level element, or perhaps some of them wrapped in an element like
pagesettings.
No objection from me.
Anyone with other opinions before I make this alteration?
Cheers,
Andreas