odt add-in
This add-in supports reading UTL from a text document in Open Document format, created for example by Open-Office Writer or KDE KWrite. After the module is loaded, these word processor files can be parsed by the UText interpreter with the function $ut->getfile('odt',<file>) and the ustring tag [read.odt <file>].
Script example:
load odt
read.odt my-article.odt
Note that the file contents has to be UTL.
See [read] for more information.
Installation
This add-in uses the Perl module OpenOffice::OODoc by Jean-Marie Gouarné that can be downloaded from CPAN. Install steps:
perl -MCPAN -e shell
install OpenOffice::OODoc

