Hi there!
David Tardon wrote:
On Wed, Mar 25, 2009 at 02:24:54AM +0100, Pasqualino Imbemba wrote:
Hello,
I am writing a Java application which at a certain point needs to
generate an OO word processor file (ODT), based on a XSL stylesheet and
XML data file.
Is there a library that provides such functionality?
Hello,
any XSLT processor will do. Saxon is a good choice, regarding the fact
you work in Java.
OpenDocument Files consist not of just one XML Stream but several XML
Streams packaged together with binary content like graphics for example
into a ZIP Format file.
ODFDOM contains a java library handling this basic ODF Package Format
plus providing Helper functions on applying XSL stylesheets on
subcontent of such ODF Packages or storing results from XSL
Transformations into such ODF Packages. Besides that ODFDOM provides a
Document Object Model for ODF.
ODFDOM can be downloaded from
http://odftoolkit.org/projects/odftoolkit/downloads
More information on ODFDOM is availalbe at
http://odftoolkit.org/projects/odftoolkit/pages/ODFDOM
Kind regards,
Bernd Eilers
David
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]