This is the command odf2xml that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
odf2xml - Create OpenDocument XML file from OD? package
SYNOPSIS
odf2xml [-e] [-o outputfile] [inputfile]
DESCRIPTION
OpenDocument can be a complete office document in a single XML file. The script will take
an OpenDocument and create an XML file This is mainly useful XML processors such as XSL
transformation.
"Inputfile" is assumed to be an OpenDocument file. If there is no inputfile, the program
will read from standard input.
OPTIONS
-e
Normally, images that are stored in the archive in the Pictures folder are ignored.
Using the -e flag will embed the images in the XML as base64.
-o outputfile
If output file is not specified output will be to standard out.
EXAMPLE
odf2xml -o file.xml testdocument.odt
Use odf2xml online using onworks.net services