This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]