What is the recommended library for xml parsing?

Chris Rebert clp2 at rebertia.com
Sun Aug 23 18:59:35 EDT 2009


On Sun, Aug 23, 2009 at 3:07 PM, Raimond Garcia<voodoorai2000 at gmail.com> wrote:
> Is there a good build in library or should I use a third party one?

xml.etree.ElementTree:
http://docs.python.org/library/xml.etree.elementtree.html

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list