[XML-SIG] [ pyxml-Bugs-469463 ] XMLGenerator and xmlns=''
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 09 Oct 2001 01:35:48 -0700
Bugs item #469463, was opened at 2001-10-09 01:35
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=469463&group_id=6473
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Stéphane Bidoul (sbidoul)
Assigned to: Nobody/Anonymous (nobody)
Summary: XMLGenerator and xmlns=''
Initial Comment:
When parsing this
<test xmlns=''>data</test>
with the expat sax2 driver and
feeding the XMLGenerator handler,
the following output is obtained:
<?xml version="1.0" encoding="iso-8859-1"?>
<test xmlns="None">data</test>
Obviously, xmlns="None" is not correct.
The attached script illustrates
this behaviour.
-Stephane
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=469463&group_id=6473