[Libreoffice-bugs] [Bug 108367] XHTML Export: Some Images are missing after export
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Nov 16 14:10:42 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=108367
--- Comment #7 from Julian Jung <julian.jung at vector.com> ---
Created attachment 137810
--> https://bugs.documentfoundation.org/attachment.cgi?id=137810&action=edit
Path for the xsl transformation from odf to xhtml
The attached patch fixes some problems with the xsl transformation from odf to
xhtml. multiple <draw:frame> tags divided by <text:s> or <text:line-break> in
the same <text:p> tag are now transformed, too:
<text:p>
<draw:frame> </draw:frame>
<text:s/> <--This nodes was lost without path!
<text:line-break/> <--This nodes was lost without path!
<draw:frame> </draw:frame> <--This nodes was lost without path!
</text:p>
--
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/20171116/47ef0e69/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list