[XML-SIG] pyexpat & xmlproc

Fredrik Lundh fredrik@pythonware.com
Tue, 2 Nov 1999 11:25:11 +0100


> Are there any parsers for the XML kit which are faster than xmlproc?

some alternatives:

qp_xml (an optimized layer on top of pyexpat):
http://www.lyra.org/greg/python/qp_xml.py

sgmlop (about as fast as can be, but a bit incomplete)
http://www.pythonware.com/madscientist/index.htm

</F>