[Pythonmac-SIG] XML handler design

Martina Oefelein Martina at Oefelein.de
Fri Mar 25 00:21:44 CET 2005


Hi Henning,

> My first attempt used DOM, but I get a cleaner, more readable, better
> extendable code with SAX.

If you want a cleaner coder, you give might one of the more "pythonic" 
XML APIs, like ElementTree or XIST a try.

ElementTree: http://effbot.org/zone/element-index.htm
XIST: http://www.livinglogic.de/Python/xist/

ciao
Martina



More information about the Pythonmac-SIG mailing list