Software /
code /
prosody
Diff
core/xmlhandlers.lua @ 4280:65e2c089d138
xmlhandlers: Don't restrict CDATA
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 02 Jun 2011 00:23:41 +0100 |
parent | 4276:a37522bf6b1b |
child | 4281:5a0144a032d8 |
child | 4287:ee6a18f10a8d |
line wrap: on
line diff
--- a/core/xmlhandlers.lua Wed Jun 01 23:20:54 2011 +0100 +++ b/core/xmlhandlers.lua Thu Jun 02 00:23:41 2011 +0100 @@ -153,7 +153,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;