>> I also presume that py-xmlrpc never calls from C->Python during the
>> parse phase, but I've not yet had a chance to look at this code.
Fredrik> does py-xmlrpc use a real XML parser?
I suspect not. It's special purpose is to parse or generate XML-RPC, so you
know ahead of time that the end result is the only thing you need.
Skip