Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate: Transform glosslist into variablelist #455

Closed
tomschr opened this issue Jun 6, 2018 · 0 comments
Closed

Migrate: Transform glosslist into variablelist #455

tomschr opened this issue Jun 6, 2018 · 0 comments

Comments

@tomschr
Copy link
Collaborator

tomschr commented Jun 6, 2018

Problem description

@chabowski reported, that a glosslist is not correctly transformed and leads to a validation error in Novdoc. In Novdoc, there is no glosslist, only glossary.

Expected behavior

A list like this:

<glosslist>
   <title>Glossary as List</title>
   <glossentry>
    <glossterm>XML</glossterm>
    <glossdef>
     <para>The eXtensible Markup language</para>
    </glossdef>
   </glossentry>
  </glosslist>

should be converted to this:

<variablelist>
   <title>Glossary as List</title>
   <varlistentry>
     <term>XML</term>
     <listitem>
      <para>The eXtensible Markup language</para>
     </listitem>
   </varlistentry>
</variablelist>

Steps to reproduce the behavior

Create a glosslist and try to build a Novdoc document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant