What library/package to use for parsing XML?

Juan C. juan0christian at gmail.com
Mon Jan 30 17:14:54 EST 2017


On Mon, Jan 30, 2017 at 3:58 PM, Chris Green <cl at isbd.net> wrote:
> I want to parse some XML data, it's the address book data from the
> linux program osmo.  The file I want to parse is like this:-

Just like Irmen said, use the default xml.etree.ElementTree, it's
amazing and very simple to use.



More information about the Python-list mailing list