Pardon for multiple postings; I've been having problems getting the message into log4j-users.
It seems as if chainsaw should have a change... I changed the xml version to 1.1. Unfortunately, messages "XML version "1.0" is recognized, but not "1.1"" are displayed when it tries to parse it. (In some perverse way, that's an improvement in that you get the message on the display for each received log; using xml 1.0, it just dropped the message and dumped into the console). I'm using jdk 1.4.2_06. Mike On Mon, 21 Mar 2005 14:58:54 -0000, Nicko Cadell <[EMAIL PROTECTED]> wrote: > > In XML 1.1 so called restricted chars are allowed to be included as > numeric character references (i.e. ). > > For details see > http://www.w3.org/TR/2004/REC-xml11-20040204/#charsets > and also > http://www.w3.org/International/questions/qa-controls#answer > > If you change the version header at the top of the XML file to 1.1 can > chainsaw parse the event? > > I will have a look and see if it is possible to control the behaviour > of the XmlTextWriter with respect to the target XML version. > > Nicko > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
