XML parsing per record

Fredrik Lundh fredrik at pythonware.com
Sun Apr 17 06:53:55 EDT 2005


William Park wrote:

> You may want to try Expat (www.libexpat.org) or Python wrapper to it.

Python comes with a low-level expat wrapper (pyexpat).

however, if you want performance, cElementTree (which also uses expat) is a
lot faster than pyexpat.  (see my other post for links to benchmarks and code).

</F>




More information about the Python-list mailing list