[ http://issues.apache.org/jira/browse/XALANJ-1700?page=all ]
     
Brian Minchau closed XALANJ-1700:
---------------------------------

    Assign To:     (was: Xalan Developers Mailing List)

> Performance regression for HTML output with tabs in attributes
> --------------------------------------------------------------
>
>          Key: XALANJ-1700
>          URL: http://issues.apache.org/jira/browse/XALANJ-1700
>      Project: XalanJ2
>         Type: Bug
>   Components: Serialization
>     Versions: Latest Development Code
>  Environment: Operating System: Other
> Platform: Other
>     Reporter: Brian Minchau
>  Attachments: apache.performance.serializer.patch.txt
>
> 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(...).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to