[Zope] pyUNO (urban legend ?)
Bo M. Maryniuck
b.maryniuk@forbis.lt
Wed, 8 Jan 2003 19:33:47 +0200
On Wednesday 08 January 2003 14:59, Chetan Kumar wrote:
> Where can I find pyUNO ?
You don't want to work with PyUNO but you want to forget it instead. Prob=
ably=20
you want write XML and compress it with zlib and zipfile. This is a safes=
t=20
and easiest way to work with OpenOffice documents instead doing horrible=20
installations of dozen OpenOffice half-working development stuff and also=
=20
keep running OpenOffice monster to generate 1K file. Since SXW is simple =
ZIP=20
file with various XML information inside, you can completely figure out=20
during a hour how to deal with it.=20
To generate M$ Word document you probably want develope RTF filter with=20
XML/XSLT for OpenOffice document, test it and put it to the public domain=
=20
with GPL license. ;-)
--=20
Regards, Bogdan
For every complex problem, there is a solution that is simple, neat, and =
wrong