Merge 0.6->0.7
authorMatthew Wild <mwild1@gmail.com>
Wed, 1 Jun 2011 23:25:44 +0000 (00:25 +0100)
committerMatthew Wild <mwild1@gmail.com>
Wed, 1 Jun 2011 23:25:44 +0000 (00:25 +0100)
core/xmlhandlers.lua

index 47db75d3963c3e8a4c749926586c4504bfe3669b..10f02d0bd67f0ab97a25870c5c83b02d97b22672 100644 (file)
@@ -158,7 +158,6 @@ function init_xmlhandlers(session, stream_callbacks)
                xml_handlers.StartDoctypeDecl = restricted_handler;
        end
        xml_handlers.Comment = restricted_handler;
-       xml_handlers.StartCdataSection = restricted_handler;
        xml_handlers.ProcessingInstruction = restricted_handler;
 
        return xml_handlers;