SYNOPSIS

odfconvert -xsl sheet.xsl [-o output.xyz] [-styles] document.odt


DESCRIPTION

odfconvert is a command-line tool that transforms an OpenDocument file according to any user-provided XML style sheet.

By default, the result is sent to the standard output.

-xsl filename.xsl
Mandatory. Specifies the XSL sheet to be used for the conversion.

-output filename.xyz
Specifies a file in which to write the output. The default is the standard output.

-styles
If this option is set, the styles member of the OpenDocument file is used. By default, only meta and content are processed.

-flatxml filename.xml
Specifies a file in which to write the uncompressed, flat XML content of the OpenDocument file. By default, there is no XML output. This option is provided in order to allow the content to be processed using another application, and/or for debugging.


AUTHOR

Jean-Marie Gouarné - jean.marie.gouarne@arsaperta.com


CREDITS

This software has been tested using the XSL provided with the odfreader package by Daniel Carrera daniel.carrera@zmsl.com and Alex Hudson alex@stratagia.co.uk.

See http://trac.opendocumentfellowship.org/odf2html/wiki/odfreader.

It's a major adaptation of the odf2html Perl script, which is a component of the odfreader package.


COPYRIGHT

Copyright 2006 by Ars Aperta http://arsaperta.com/en

This is free software. You may redistribute it under the terms of the GNU General Public License Version 2 or at your option any later version.


SEE ALSO

odfread odf2html