DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9268>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9268

Chainsaw does not load xml log files properly





------- Additional Comments From [EMAIL PROTECTED]  2002-05-24 15:00 -------
I observed this behaviour, too, when using the Xerces 2 XML parser.
When using Crimson, the message is not truncated.

I think, the problem is located in method XMLFileHandler.characters(...).
Every time this method is invoked, a new String is created and
assigned to the field storing the message. Instead it should be appended
until the end of the element is reached, because parsers are allowed to
deliver the characters (for the element content) in chunks, e.g. by multiple
calls to the characters-method.

In addition, there are message display problems, when the message
contains end-of-line characters.
It would be nice, if Chainsaw could handle them.

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

Reply via email to