1ODF2XML(1) User commands ODF2XML(1)
2
3
4
6 odf2xml - Create OpenDocument XML file from OD? package
7
9 odf2xml [-e] [-o outputfile] [inputfile]
10
12 OpenDocument can be a complete office document in a single XML file.
13 The script will take an OpenDocument and create an XML file This is
14 mainly useful XML processors such as XSL transformation.
15
16 "Inputfile" is assumed to be an OpenDocument file. If there is no
17 inputfile, the program will read from standard input.
18
20 -e
21 Normally, images that are stored in the archive in the Pictures
22 folder are ignored. Using the -e flag will embed the images in the
23 XML as base64.
24
25 -o outputfile
26 If output file is not specified output will be to standard out.
27
29 odf2xml -o file.xml testdocument.odt
30
32 xml2odf(1)
33
35 Doesn´t handle external data -- images and such.
36
38 Søren Roug
39 Original author
40
41
42
43odfpy 01/04/2009 ODF2XML(1)