<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: Save in format 'docbook' does not work"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=50585#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: Save in format 'docbook' does not work"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=50585">bug 50585</a>
              from <span class="vcard"><a class="email" href="mailto:ilmari.lauhakangas@libreoffice.org" title="Buovjaga <ilmari.lauhakangas@libreoffice.org>"> <span class="fn">Buovjaga</span></a>
</span></b>
        <pre>(In reply to tbb from <a href="show_bug.cgi?id=50585#c15">comment #15</a>)
<span class="quote">> Nope, no difference. LO selects always "Word 2003 XML". The result file is
> in the Microsoft format (pure XML).

> I try the JDK 11 (Debian version) and  JDK 8 (Azul version)

> Bye Thomas

> Version: 7.0.1.1
> Build ID: <buildversion>
> CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: kf5
> Locale: de-DE (de_DE.UTF-8); UI: de-DE
> Calc: threaded</span >

That is very weird. I am using Linux and kf5 as well, but for me it works fine.

What is even better is that DocbookBorked.odt now exports fine to DocBook! It
does not lose anything.

The full result:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"<a href="http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd</a>">
<article lang="">
  <para>Docbook: Borked?</para>
  <para>Most indeedly<footnote><para>Yep, that's not a word.</para></footnote>,
good sire</para>
  <sect1>
    <title>A Heading</title>
    <para>This is a normal paragraph under a heading 1.</para>
    <sect2>
      <title>A 2nd-level Heading</title>
      <para>This is a normal paragraph under a heading 2.</para>
      <orderedlist>
        <listitem>
          <para>Bullet lists?</para>
        </listitem>
        <listitem>
          <para>Bullet lists!</para>
        </listitem>
      </orderedlist>
    </sect2>
    <sect2>
      <title>Another 2nd-level Heading</title>
      <para>This is yet another normal paragraph under a heading 3.</para>
      <orderedlist>
        <listitem>
          <para>Numbered lists?</para>
        </listitem>
        <listitem>
          <para>NUMBERED LISTS! WOO!</para>
        </listitem>
      </orderedlist>
    </sect2>
  </sect1>
</article></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>