[issue5166] ElementTree and minidom don't prevent creation of not well-formed XML

Denis S. Otkidach report at bugs.python.org
Thu Jun 25 09:33:34 CEST 2009


Denis S. Otkidach <denis.otkidach at gmail.com> added the comment:

Every blog engine I've even seen so far pass through comments from
untrusted users to RSS/Atom feeds without proper validation causing
broken XML in feeds. Sure, this is a bug in web applications, but DOM
manipulation packages should prevent from creation broken XML to help
detecting errors earlier.

----------

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


More information about the Python-bugs-list mailing list