Brian Bernstein <bernie9...@gmail.com> added the comment:

Experiencing this issue too.  It occurs when an xml element contains a blank 
xmlns attribute, e.g.:

{{{
<element xmlns=""/>
}}}

When toxml() is called on a minidom document with this attribute, the exception 
occurs.

I am including a simple script that causes this crash.

----------
nosy: +bernie9998
Added file: http://bugs.python.org/file18975/minidomcrash.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5762>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to