← Prev in month ← Prev in thread

DOCBOOK: glosslist inside glossdiv

From
Horacio <>
Date
2001-04-16T16:04:17+00:00
ID
Thread
DOCBOOK: glosslist inside glossdiv
Hi,

would it be possible to include a <glosslist> inside a <glossdiv>
element?

----- start example -----
<glossary>

<title>
Title
</title>

<abstract>
<para>
Description.
</para>
</abstract>

<glossdiv>
<title><filename>File Name 1</filename></title>
<glossentry>
<glossterm>
Short 4-5 word description of File Name 1
</glossterm>
<glossdef>
<para>
Longer description of File Name 1
</para>
</glossdef>

<glosslist>
<glossentry>
<glossterm>Configuration variable for File Name 1</glossterm>
<glossdef>
<para>Description of conf. var.</para>
</glossdef>
</glossentry>

<glossentry>
<glossterm>Another conf. var. for File Name 1</glossterm>
<glossdef>
<para>Description of conf. var.</para>
</glossdef>
</glossentry>

<!-- other conf. vars. -->

</glosslist>
</glossentry>
</glossdiv>


<glossdiv>
<title>File Name 2</title>

<!-- etc -->

</glossary>

----- end example -----

or is there a better way for dealing with this?


Thank You,
-- 
Horacio
← Prev in month ← Prev in thread