https://bugs.documentfoundation.org/show_bug.cgi?id=108367

--- Comment #7 from Julian Jung <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to