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=13695>. 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=13695 Performance problem with large text nodes and XMLFormatter.cpp ------- Additional Comments From [EMAIL PROTECTED] 2002-10-17 17:06 ------- You are right with respect to decrementing srcCount. We should use charsEaten. As for the call to transcodeTo, passing srcCount instead of srcChars won't make a difference since the transcoder will stop when it runs out of source chars or output buffer space (which in that case will be srcChars). I have fixed the srcCount decrement problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
