[BangPypers] parsing xml

Baishampayan Ghose b.ghose at gmail.com
Fri Jul 29 07:25:43 CEST 2011


> minidom is the fastest solution if you consider the programmer time
> instead of developer time.  Minidom is available in standard library,
> you don't have to add another dependency and worry about PyPI
> downtimes and lxml compilations failures.

FWIW, ElementTree is a part of the standard library as well and is
known to be much better than minidom in various ways.

Regards,
BG

-- 
Baishampayan Ghose
b.ghose at gmail.com


More information about the BangPypers mailing list