[issue18850] xml.etree.ElementTree accepts control chars.

Serhiy Storchaka report at bugs.python.org
Tue Aug 27 16:20:04 CEST 2013


Serhiy Storchaka added the comment:

See also issue7727. Almost any other XML generation code (xml.sax.sautils.XMLGenerator, xml.dom.minidom.Element.writexml(), etc, but not plistlib.PlistWriter) has the same problem.

The problem with filtering control characters is that it will significantly slowdown XML generation.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18850>
_______________________________________


More information about the Python-bugs-list mailing list