[issue4147] xml.dom.minidom toprettyxml: omit whitespace for text-only elements

Jim Garrison report at bugs.python.org
Thu Jul 16 00:22:56 CEST 2009


Jim Garrison <jgarrison at troux.com> added the comment:

Also needed here.  While pretty-printing should be able to insert
non-significant whitespace BETWEEN xml elements, it should never alter
the content of (i.e. insert whitespace into) existing text elements.

----------
nosy: +jgarrison

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


More information about the Python-bugs-list mailing list