What XML lib to use?

Ramdas ramdaz at gmail.com
Tue Sep 13 14:58:31 EDT 2005


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.




More information about the Python-list mailing list