This is my log4jproperties.xml:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration xmlns:log4j='http://jakarta.apache.org/log4j/' >
...
</log4j:configuration>
The logging works, but when I open the xml-file in IE6 I get the following error:
Reference to undeclared Namespace-Pr�fix: 'log4j'. line 3, column 1
I try several example files, but all produces the same error. I changed the log4j.dtd too.
Any Suggestions?
mfg Franz Degenhardt