On Mar 21, 2005, at 11:15 AM, Daniel Nebot wrote:

I am finding the same trouble than Mike(0xF/EOB-0x17)I would be very
grateful if somebody could suggest some workaround.



Are you also reading log files written by log4net, or are you seeing the problem with log files written by log4j?


I'm not sure if an illegal character would be reported as a fatal error (that is no continuation possible) or just an error from which we might be able to continue. However, in either case the right thing to do is to prevent non-wellformed XML entities from being written.

The next question is what to do with illegal characters in XMLLayout. They could be dropped, replaced with a substitution character (likely ?) or expanded as a "\u000F" or similar. ( would still be an illegal character).


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to