In the system I'm developing, I need to generate some odt documents.
Knowing a little about 'odt' file structure, I had the following idea:
- Create a document in libreoffice
- transform 'content.xml' with freemarker
But the generated document dont open and I dont know why. 'content.xml'
seems perfect.
This is my 'template' that opens pefectly.
boleto-xdoc-in.odt
<http://nabble.documentfoundation.org/file/n4109334/boleto-xdoc-in.odt>
An this is the generated document that dont open.
boleto-xdoc-out.odt
<http://nabble.documentfoundation.org/file/n4109334/boleto-xdoc-out.odt>
In same context, is there any tool that can 'diagnose' my files, showing
exactly what is the error?