New submission from Thomas Conway:
The attached script yields a non-well-formed xml document.
Added file: http://bugs.python.org/file8692/bug.py
__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1390>
__________________________________
from xml.dom.minidom import parseString
d = parseString("<doc>wibble</doc>")
d.documentElement.appendChild(d.createComment("-->"))
print d.toxml()
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com