[issue1390] toxml generates output that is not well formed

Martin v. Löwis report at bugs.python.org
Mon Nov 5 07:07:10 CET 2007


Martin v. Löwis added the comment:

It's not a bug in the DOM implementation, as createCommment does not
specify an exception in this case. It may be a bug in the W3 DOM
specification; please report that to the W3 consortium.

It's not a bug in toxml, which should always serialize the DOM tree if
possible.

As for a bug in the documentation: can you propose a change to the
documentation that would make you happy?

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1390>
__________________________________


More information about the Python-bugs-list mailing list