[XML-SIG] roundtripping bug?

Martin v. Loewis martin@v.loewis.de
Fri, 21 Dec 2001 10:37:52 +0100


> http://sourceforge.net/tracker/index.php?func=detail&aid=216388&group_id=547
> 0&atid=105470
> 
> at least wrt cStringIO.  I haven't had time to check whether this was fixed
> in 2.2--presumably, the tracker would show that.  :(

There are two problems. One is that toxml() returns a Unicode object,
this is fixed in Python 2.2 and PyXML 0.7. The other is that you can't
minidom.parseString a Unicode object; I do not consider this a bug.

Regards,
Martin