[XML-SIG] Accessing DOM nodes in Python

Thomas Gagne tgagne@efinnet.com
Wed, 04 Oct 2000 16:40:33 -0400


Here's something curious:

If I try the same thing on
<one><two a="1" b="2"/></one>

I get the output:
<?xml version="1.0"?>
<one><two b='2' a='1' /></one>

Which shows the childnode.  Is it possible we have a problem with newline
characters in the buffer?  Is this a parser problem or a StringIO problem?


--
.tom