you can get ElementTree from http://effbot.org, Fredrik Lundh's site. He has a full page of documentation on how it works here: http://effbot.org/zone/element.htm
He also has a cElementTree module, which is the same thing implemented in C for speed. If you are parsing very large files, that would be worth using instead. I use ElementTree to process configuration information for an app, and display it in a pick-list. S On Mon, 28 Mar 2005 15:52:23 -0500, Jared Cohen <[EMAIL PROTECTED]> wrote: > Where can I find elementTree? > > -- Stewart Midwinter [EMAIL PROTECTED] [EMAIL PROTECTED] Skype: midtoad _______________________________________________ Tkinter-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tkinter-discuss
