Skip Menu |

This queue is for tickets about the XML-SAX-Writer CPAN distribution.

Report information
The Basics
Id: 343
Status: resolved
Priority: 0/
Queue: XML-SAX-Writer

People
Owner: Nobody in particular
Requestors: robin [...] knowscape.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.39
Fixed in: (no value)



Subject: problem in cdata
The content of CDATA sections is improperly escaped. Given that that content is handled by characters(), if the text contains ]]> it needs to be escaped by stopping the CDATA section and restarting it again.