<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - XHTML Export: Some Images are missing after export"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108367#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - XHTML Export: Some Images are missing after export"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108367">bug 108367</a>
              from <span class="vcard"><a class="email" href="mailto:julian.jung@vector.com" title="Julian Jung <julian.jung@vector.com>"> <span class="fn">Julian Jung</span></a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=137810" name="attach_137810" title="Path for the xsl transformation from odf to xhtml">attachment 137810</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=137810&action=edit" title="Path for the xsl transformation from odf to xhtml">[details]</a></span>
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></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>