You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/06/05 16:36:56 UTC

DO NOT REPLY [Bug 20508] New: - [PATCH] Namespace cleanup in HTMLSerializer

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=20508>.
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=20508

[PATCH] Namespace cleanup in HTMLSerializer

           Summary: [PATCH] Namespace cleanup in HTMLSerializer
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: sitemap components
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: torstenknodt@datas-world.de


Like offered, this is the patch to remove XHTML namespace declarations from 
the SAX stream. When another namespace declaration is found, it is removed to. 
When it was used, then an Exception is thrown. I've tested by creating one of 
my pages in servlet mode and done profiling tests. It works and performance is 
OK, too.