What I want...

Matts on 2003-07-30T12:12:21

Is a C module that uses OpenOffice's Word -> OOo converter and OOo -> Word converter.

Then I can write an XS module for that.

Then I can write an AxKit module for that.

Then I can do:

XML -> OpenOffice -> Word

and

Word -> OpenOffice -> XML -> HTML

On the fly. I have no use for this whatsoever. But it would be cool.


You don't necessarily need C

Dom2 on 2003-07-30T12:45:58

OO has, I think, a pipe-based interface. I'm sure that it's used by the Python bridge. It might give enough ideas to implement what you're talking about, anyway.

-Dom