I have been using Log4j's XML layout but I would like to make the insertion of the XML namespace optional. This will allow me to reduce the log file size and render it in a browser window. I would like to be able to choose between: <log4j:eventSet xmlns:log4j="http://jakarta.apache.org/log4j/"/> and <eventSet xmlns="http://jakarta.apache.org/log4j/"/> Is something like this possible? Thanks. -Naresh
