On 11/23/10 03:42, Brad Allen wrote: > Btw, the 2.0 beta announcement text is a work in progress here; feel > free to modify. It still needs a little work before the actual release > announcement. > > https://github.com/soapapistas/soaplib/wiki/CurrentReleaseAnnouncement > >
> Soaplib is fast: it relies on lxml for performance intensive aspects > such as XML parsing, validation, and namespace maps. > minor nit: mapping between namespaces and prefixes is done in the python side. the nsmap is passed to lxml when serializing the xml etree structure. _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
