Peter Otten wrote: > Like Gerhard says, in the long run you are probably better off with > ElementTree.
In the long run it's even better to use lxml [1]. It's the fastest und most powerful XML library for Python. It also supports element tree. Christian [1] http://codespeak.net/lxml/ -- http://mail.python.org/mailman/listinfo/python-list
