[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: glossseealso in DocBook 5.0
/ Jacques Foucry <jacques@foucry.net> was heard to say:
| Hello,
|
| I tried today to add some "see also" statement in glossary entry, with
| DocBook 5.0 (latest snapshot).
|
| I've done something like that :
|
| <glossentry xml:id="SVN_Gloss">
| <glossterm>SVN</glossterm>
| <glossdef>
| <para>
| Blah blah blah
| </para>
| </glossdef>
| <glossseealso><xref linkend="Subversion_Gloss"/></glossseealso>
| </glossentry>
Try:
| <glossentry xml:id="SVN_Gloss">
| <glossterm>SVN</glossterm>
| <glossdef>
| <para>
| Blah blah blah
| </para>
| <glossseealso><xref linkend="Subversion_Gloss"/></glossseealso>
| </glossdef>
| </glossentry>
The glossseealso goes *inside* the glossdef. I no longer have any
recollection why.
(Always validate! :-)
Be seeing you,
norm
--
Norman Walsh <ndw@nwalsh.com> | Everything should be made as
http://www.oasis-open.org/docbook/ | simple as possible, but no simpler.
Chair, DocBook Technical Committee |
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]