2011/7/29 Baishampayan Ghose <b.gh...@gmail.com>:
>> 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.

New in version 2.5.

I don't do much xml parsing and I've always been using minidom when I
needed it. I think I should update my knowledge.

Anand
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to