OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC