[Libreoffice-bugs] [Bug 50585] FILESAVE: Save in format 'docbook' does not work

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 16 11:40:27 UTC 2020


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

--- Comment #16 from Buovjaga <ilmari.lauhakangas at libreoffice.org> ---
(In reply to tbb from comment #15)
> 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

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"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200916/6333453b/attachment.htm>


More information about the Libreoffice-bugs mailing list