https://bugs.freedesktop.org/show_bug.cgi?id=55382

          Priority: medium
            Bug ID: 55382
          Assignee: [email protected]
           Summary: Docbook convertion loose listitem
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: Other
            Status: UNCONFIRMED
           Version: 3.5.4 release
         Component: Libreoffice
           Product: LibreOffice

Created attachment 67763
  --> https://bugs.freedesktop.org/attachment.cgi?id=67763&action=edit
odt to reproduce issue

When saving as Docbook (.xml) libreoffice remove listitem for second level.
HTML export is working nicely:


<UL>
    <LI><P STYLE="margin-bottom: 0in">1</P>
    <UL>
        <LI><P STYLE="margin-bottom: 0in">4</P>
    </UL>
    <LI><P STYLE="margin-bottom: 0in">2</P>
    <UL>
        <LI><P STYLE="margin-bottom: 0in">5</P>
    </UL>
    <LI><P STYLE="margin-bottom: 0in">3</P>
    <UL>
        <LI><P STYLE="margin-bottom: 0in">6</P>
    </UL>
</UL>

While docbook is:


  <orderedlist>
    <listitem>
      <para>1</para>
    </listitem>
    <listitem>
      <para>2</para>
    </listitem>
    <listitem>
      <para>3</para>
    </listitem>
  </orderedlist>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to