[Tkinter-discuss] Here's a tough one -- dynamic, multi-line XML syntax highlighting

Stewart Midwinter stewart.midwinter at gmail.com
Mon Mar 28 23:02:44 CEST 2005


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 <Jared.Cohen at noaa.gov> wrote:
>  Where can I find elementTree?
> 
>  


-- 
Stewart Midwinter
stewart at midwinter.ca
stewart.midwinter at gmail.com
Skype: midtoad


More information about the Tkinter-discuss mailing list