Re: [XML-SIG] minidom .toxml() brokenness

2005-07-09 Thread Uche Ogbuji
On Wed, 2005-07-06 at 16:47 -0600, Mike Brown wrote: > In 4Suite we have a fairly robust and speedy set of DOM serialization > routines. To date, we've made sure it works equally well with both minidom > and > Domlette. Is there any interest in porting this into minidom as a replacement > for t

[XML-SIG] minidom .toxml() brokenness

2005-07-06 Thread Mike Brown
In 4Suite we have a fairly robust and speedy set of DOM serialization routines. To date, we've made sure it works equally well with both minidom and Domlette. Is there any interest in porting this into minidom as a replacement for the buggy .toxml()? Seems like it would alleviate a bit of frustr