[XML-SIG] Accessing DOM nodes in Python

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Thu, 5 Oct 2000 03:41:11 +0200


> 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?

It's likely not a StringIO problem. Can you find out what parser you
are using? I.e. print parser.

Regards,
Martin