Confused: looking for a simple XML parser

Marek Kubica marek at xivilization.net
Fri Aug 15 20:45:00 EDT 2008


Hi,

On Fri, 15 Aug 2008 17:21:56 -0700, Rex wrote:

> What tool should I use?

For easy stuff ElementTree (bundled with Python 2.5 but also available to 
older versions), for more complex stuff lxml (which extends the ET API, 
so the learning curve is incremental).

regards,
Marek



More information about the Python-list mailing list