I have rewrite a xslt ( Extensible Stylesheet Language Transformations )
to convert the content.xml from a openoffice file to html
http://ppk.ciz.ch/format/xslt/sxw2xh...litzer_cms.xsl
is running ok test folder result http://ppk.ciz.ch/format/openoffice_test/ convertet on qt4 application http://sourceforge.net/projects/visual-xsltproc/ ....

But now how i can unzip filename.sxw to a tmp folder on qt...? to convert & read on QTextEdit..?

on a shell i make
mv filename.sxw filename.zip && unzip filename.zip