You can try xml.dom and xml.sax. Both are inbuilt libraries with Python standard package. You can read and write xml files with these very easily. There are number of third party modules for Python that manipulate XML. But the above are the basic ones.
-- http://mail.python.org/mailman/listinfo/python-list