[Libreoffice-bugs] [Bug 108367] XHTML Export: Some Images are missing after export
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Nov 13 09:28:34 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=108367
--- Comment #6 from Julian Jung <julian.jung at vector.com> ---
Created attachment 137708
--> https://bugs.documentfoundation.org/attachment.cgi?id=137708&action=edit
Modified/Repaired File
I figured out that the usage of <text:line-break/> nodes (instead of "normal"
line breaks as new paragraph) causes the xhtml export problems.
Replacing these nodes in the content.xml with </text:p><text:p> results in a
valid odt file which can be exported correctly to xhtml. The attached file
contains this fix.
An other way to create a exportable odt is to replace the special linebreaks
(Shift + Enter) in Writer with normal paragraph switches (Enter).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171113/0eabd058/attachment.html>
More information about the Libreoffice-bugs
mailing list