Re: [XML-SIG] losing entities when parsing then texting

2005-07-06 Thread Andrew Clover
Greg Wilson <[EMAIL PROTECTED]> wrote: > I realize I should include the Unicode characters directly in my files, > but that's not possible in this case---I have to accommodate people who > are using editors that only handle 7-bit ASCII. Theoretically, .toxml('us-ascii') should generate usable out

[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