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=24025>. 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=24025 Performance regression for HTML output with tabs in attributes Summary: Performance regression for HTML output with tabs in attributes Product: XalanJ2 Version: CurrentCVS Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: org.apache.xalan.serialize AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This regression is due to the fix for bug 22623 The fix should be that a tab character in an attribute is not marked as special in CharInfo for HTML. The fix for 22623 marked a tab in any attribute as special. This meant that extra processing was done for it. In the case of XML this is fine as a character reference is put out, 	 rather than a tab character. But for HTML a lot of extra girations were made, but ultimately, after much processing a tab was written out by ToHTMLStream.writeAttrString(...).
