[Tutor] XML parsing in Python.. resources needed

Gabriel Farrell gsf at panix.com
Fri Oct 27 22:32:43 CEST 2006


On Fri, Oct 27, 2006 at 11:24:00AM +0100, Asrarahmed Kadri wrote:
> Hi Folks,
> 
> ANy comments about ELementTree module...
> 
> I have heard that it is more 'Pythonic'...
> 
> I need some basic examples to start learning the stuff.. If anyone has got
> the information, please pass it along..
> 

ElementTree is great, and will be in Python2.5, so it's good to know.
Go through the documentation at http://effbot.org/zone/element.htm, as
Kent mentioned, and return to the list with specific questions.  

I recommend you also take a look at Amara[1], which I enjoy using
because of it's clear API and clean output.

gabe

[1] http://uche.ogbuji.net/tech/4suite/amara/


More information about the Tutor mailing list