technical support
Archived Posts from this Category
Archived Posts from this Category
Posted by Jim DeLaHunt on 31 Jan 2021 | Tagged as: robobait, technical support, Uncategorized
The .ODT word processor documents produced by LibreOffice and Apache OpenOffice are in fact ZIP archives consisting of XML files, other files, and directories. It is actually straightforward to crack open the archive and get at the files and directories within. To edit the XML files, or just to explore them, XSL Transformations (XSLT) are a useful tool. This is a look at how to use XSLT and the xsltproc tool on XML files extracted from .ODT documents.
Continue Reading »Posted by Jim DeLaHunt on 31 Dec 2020 | Tagged as: robobait, technical support
The .ODT word processor documents produced by LibreOffice and Apache OpenOffice are in fact ZIP archives consisting of XML files, other files, and directories. It is actually straightforward to crack open the archive and get at the files and directories within. This can be helpful for fixing bugs, or just for exploring. I recently had cause to do just that. Here is how to open up .ODT documents, and then turn those files and directories back into a document file.
Continue Reading »