Diff

core/xmlhandlers.lua @ 4281:5a0144a032d8

Merge 0.6->0.7
author Matthew Wild <mwild1@gmail.com>
date Thu, 02 Jun 2011 00:25:44 +0100
parent 4277:683523db4fe8
parent 4280:65e2c089d138
child 4288:8fde6b6b4919
line wrap: on
line diff
--- a/core/xmlhandlers.lua	Wed Jun 01 23:25:24 2011 +0100
+++ b/core/xmlhandlers.lua	Thu Jun 02 00:25:44 2011 +0100
@@ -158,7 +158,6 @@
 		xml_handlers.StartDoctypeDecl = restricted_handler;
 	end
 	xml_handlers.Comment = restricted_handler;
-	xml_handlers.StartCdataSection = restricted_handler;
 	xml_handlers.ProcessingInstruction = restricted_handler;
 
 	return xml_handlers;