This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bernie9998
Recipients BreamoreBoy, Steve.Romanow, bernie9998, hda, nneonneo, sechi_francesco
Date 2010-09-23.14:54:40
SpamBayes Score 0.010708172
Marked as misclassified No
Message-id <1285253681.42.0.293413757764.issue5762@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-09-23 14:54:41bernie9998setrecipients: + bernie9998, nneonneo, hda, sechi_francesco, Steve.Romanow, BreamoreBoy
2010-09-23 14:54:41bernie9998setmessageid: <1285253681.42.0.293413757764.issue5762@psf.upfronthosting.co.za>
2010-09-23 14:54:40bernie9998linkissue5762 messages
2010-09-23 14:54:40bernie9998create