Allowing Arbitrary Indentation in Python
Gary
gfixler at gmail.com
Thu Dec 20 17:38:11 EST 2007
On Dec 19, 10:10 pm, "Gabriel Genellina" <gagsl-... at yahoo.com.ar>
wrote:
> ElementTree is a good candidate for processing xml: http://effbot.org/zone/element.htm
> It provides a "natural" way to access elements and attributes, instead of
> writing the same handler again and again or using slow DOM functions of
> gigantic names.
That does look pretty easy. I'll look into it after I get back from
the holidays.
Thanks, Gabriel.
-g
More information about the Python-list
mailing list