[Python-Dev] Performance of various marshallers

Paul Prescod paul@ActiveState.com
Tue, 02 Oct 2001 11:34:45 -0700


Skip Montanaro wrote:
> 
>...
> 
> 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.

One reason to use a full XML parser is you get Unicode cheaply. I don't
see Unicode as a feature that you add in a weekend at the end...

 Paul Prescod