You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by "Sikha, Naresh" <Na...@schwab.com> on 2004/04/22 22:44:25 UTC

XML Namespaces

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