""" I'm confused, I want to read/write XML files but I don't really understand what library to use.
I've used DOM-based libraries in other languages, is PyXML the library to use? """ There are many options (some say too many): http://www.xml.com/pub/a/2004/10/13/py-xml.html Try out Amara Bindery, if you like: http://uche.ogbuji.net/tech/4suite/amara/ Browsing the manual should let you know whether you like the API: http://uche.ogbuji.net/tech/4suite/amara/manual BTW, lots on Python/XML processing covered in my column, including other options besides Amara: http://www.xml.com/pub/at/24 -- Uche http://copia.ogbuji.net -- http://mail.python.org/mailman/listinfo/python-list