Дамјан Георгиевски wrote:
I'm writing a script that should modify ODF files. ODF files are just .zip archives with some .xml files, images etc. So far I open the zip file and play with the xml with lxml.etree, but I can't replace the files in it.

Is there some recipe that does this ?

You'll have to create a new zip file and copy the files into that.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to