Hello All: I've enabled XInclude for XML configurations.
See https://issues.apache.org/jira/browse/LOG4J2-341 The side effect is that the XML configuration incorrectly complains: 2013-08-09 23:33:16,085 ERROR appenders contains an invalid element or attribute "xml:base" 2013-08-09 23:33:16,090 ERROR loggers contains an invalid element or attribute "xml:base" The "xml:base" attribute is part of the XML standards used by XInclude. This seems to be due to the deeply custom XML processing (as opposed to using JAXB for example) we implement. Any ideas on fixing this issue and others of the same type this might exemplify? I wonder of Simone's alternate configuration model would suffer from this issue? Thank you, Gary
