XML parser: fast/slow?

Glauco glauco at sferacarta.com
Fri Jun 20 04:39:57 EDT 2003


Henk wrote:
> Dear Pythonians,
> 
> I am using the minidom from the xml.dom package. I am using the
> parse-functionality written in that module to parse xml-files into a
> DOM-tree. The larger the file the slower the process, of course.
> 
> But I wonder wether there are modules/packages out there which use a
> C-implementation of the parsing which could speed up things
> significantly. Any ideas/suggestions?
> 
> Thanks for your time,
> 
> Henk

Read here :
http://uche.ogbuji.net/uche.ogbuji.net/tech/akara/nodes/2003-01-01/domlettes

http://www.reportlab.com/xml/pyrxp.html


Glauco





More information about the Python-list mailing list