There are a couple of forthcoming changes that will require working on the existing log4cxx DOMConfigurator and it may be better to just drop the current implementation and port over the JoranConfigurator. The existing DOMConfigurator depends on libxml2 or MSXML depending on the platform. MSXML is particularly troublesome since it requires initializing COM and may have fairly substantial side-effects. Also, I don't know the how the current DOMConfigurator handles non-ASCII characters for file names, logger names, etc, but it is likely that it doesn't do that well and would need changes after the Unicode modifications.
My current thoughts are to drop DOMConfigurator from log4cxx, do the Unicode fixes to the rest of the project and then port the JoranConfiguator using APR's XML parser driver and typedef DOMConfigurator as an alias for JoranConfigurator.
I would appreciate any comments.
