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