Open elek opened 10 years ago
Update:
The same file works well with the odt backend.
@elek I assume that there is a syntax error in de FODP file. Can you try to validate the XML syntax ?
This is what I do inside my Makefiles:
syntax:
# xmllint --noout --relaxng relaxng/OpenDocument-v1.2-os-schema.rng curriculum-vita e-dag-wieers.fodt
jing -i relaxng/OpenDocument-v1.2-os-schema.fodt.rng $@
Both xmllint and jing are fine, although I nowadays prefer jing.
To reproduce:
examples/asciidoc-odp-test.asciidoc
asciidoc -b odp asciidoc-odp-test.asciidoc
libreoffice asciidoc-odp-test.fodp
Result: Modal error dialog in LibreOffice "GeneralError: General Input/Output Error"
I would debug the problem toward, but I can't find a method how the original exception of the libreoffice could be displayed (log? command line parameters?)
When I remove the image from the fodp it works, but when I replace the image with an other one from a working fodp it does not.