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

Yap Sok Ann report at bugs.python.org
Thu Aug 25 13:32:38 CEST 2011


Yap Sok Ann <sokann at gmail.com> added the comment:

Just want to mention that until the patch get included, it will be impossible to use the standard library to generate a working BCP (Bulk Copy Program) XML format file for SQL Server, which always requires a TERMINATOR="\r\n" or TERMINATOR="&#13;&#10;" attribute.

----------
nosy: +sayap

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


More information about the Python-bugs-list mailing list