[XML-SIG] Fastest SAX parser in PyXML

Fred L. Drake, Jr. fdrake at acm.org
Tue Sep 23 17:39:24 EDT 2003


Albert Chin writes:
 > xml.parsers.expat?

Yes, that's the one!  There's a SAX wrapper, but if you really want
raw speed, using Expat's API directly with simple functions
(preferred) or bound methods for the callbacks is the fastest in
PyXML.


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation



More information about the XML-SIG mailing list