News

This article highlights the basic structure of ODF files, some internals of the underlying XML files and shows how to use Python to read the contents to perform a simple search for keywords. The code ...
If the XML file is very large, check out the lxml website for how to use the target and feed interfaces--it's not as hard as you might think, and they work very efficiently.