David Lucena wrote:
I've started to use PyXML because I needed a xml library for
> a tool I am making.
if you're writing new code, I strongly suggest using a library based on
the ElementTree API instead of struggling with an old, unmaintained and
rather unwieldy XML library.
if I'm reading
I've started to use PyXML because I needed a xml library for a tool I am
making. Due to lack of documentation, I have been looking for the examples, but
I've found some of them does not work. In fact, the fist I tested was the one
on the Subject. I have made some modifications get it to work. He