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

http://issues.apache.org/bugzilla/show_bug.cgi?id=43736





------- Additional Comments From [EMAIL PROTECTED]  2007-11-03 22:41 -------
Any XML parser will have the proper handling for encodings, you just need to 
allow it to work with the 
byte streams instead of trying to help it by passing it character strings which 
will have already made 
assumptions about encoding that can't be undone.  I'm not familiar with Rome, 
but it seems like 
everything is well within the capabilities of JAXP if called properly and there 
should be no need to add 
another dependency.  

The current approach is also wasteful since it first populates a DOM document 
and then extracts the 
info into an event stream when using an event based parser could eliminate the 
intermediate DOM 
document and the associated memory use.  I could see that being a pretty 
substantial performance 
issue with large log files.

I've got a lot of experience in this area and it would not take much time for 
me to rewrite the code and 
will try to get to it quickly.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to