[issue5752] xml.dom.minidom does not escape CR, LF and TAB characters within attribute values

Daniele Varrazzo report at bugs.python.org
Thu Mar 28 02:39:01 CET 2013


Daniele Varrazzo added the comment:

Just got bitten by this bug, which affects xml.etree.ElementTree and cElementTree too. Any chance to have it fixed?

Note that lxml.etree is not affected by the bug and can be used as a replacement for the stdlib module if you happen to have some work to do.

----------
nosy: +piro

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


More information about the Python-bugs-list mailing list