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

            Bug ID: 99737
           Summary: limitation of the HTML filter to handle multiple
                    adjacent tags
           Product: LibreOffice
           Version: 4.2.8.2 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: rmgh...@kreeti.com

<strong> and <em> are not working together using Libreoffice "docx:Office Open
XML Text" when converting from html to docx. 

I have tried to convert from html to docx using Libreoffice  using the
following command...

soffice --headless --convert-to "docx:Office Open XML Text" 'test.html'

test.html

    <html>
      <head>
      </head>
      <body>
        <strong><em>Apply em then strong</em></strong>
        <em><strong>Apply strong then em</strong></em>
      </body>
    </html>

When I am converting this test.html to docx then `<strong><em>Apply em then
strong</em></strong>` is only taking `<em>` and `<em><strong>Apply strong then
em</strong></em>` is only taking `<strong>`.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to