On 7/16/06, Yves Vindevogel <[EMAIL PROTECTED]> wrote:
There's a tool called jooreports (jooreports.sourceforge.net) that makes it able to convert Openoffice documents from Java....
...I suppose the generator would be the file (test.odt), then the transformer would call these classes and then serialize as a zip (that's what an odf file is) ?...
I've had a quick look at their manual and it seems like JOOReports takes binary input (an OpenOffice document) and also produces binary output (another OpenOffice document). In that case you'd write a Cocoon Reader to use the library from whithin Cocoon. This needs to be written in Java, and you could base it on these docs and examples: http://cocoon.zones.apache.org/daisy/documentation/writing/sitemapcomponents/681.html http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/reading/ImageReader.java?revision=396189&view=markup HTH, -Bertrand --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
