I know that standards define two versions of ODT file: - one is a archive os different files, i.e. meta.xml, content.xml etc, - sencond is one big XML file with all the data. (I know above from http://en.wikipedia.org/wiki/OpenDocument_technical_specification#Document_Representation)

Te latter version is better for processing, but unfortunately is not produced by OpenOffice.

The question is: Do you know any filter, converter, or anything what would help me transform ODT file in archive version into single XML file? The best would be a JAVA class.

Thanks! Wojtek

link|improve this question

25% accept rate
feedback

1 Answer

Both Open Office and Libre Office does can produce ODT files in the "one big XML" format. They are called "Flat ODT" files.

Open an ODT file and use "Save as…". From there you can change the file format to "Flat ODT".

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.