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

2009-07-15 Thread Devon
Devon added the comment: see also a similar issue in etree: #6492 -- nosy: +devon ___ Python tracker <http://bugs.python.org/issue5752> ___ ___ Python-bugs-list m

[issue6492] xml.etree does not escape CR, LF and TAB characters within attribute values

2009-07-15 Thread Devon
New submission from Devon : similar minidom as reported in in #5752 -- components: XML files: test_tostring.py messages: 90547 nosy: devon severity: normal status: open title: xml.etree does not escape CR, LF and TAB characters within attribute values type: behavior versions: Python