/ Jacques Foucry <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> | Everything should be made as
http://www.oasis-open.org/docbook/ | simple as possible, but no simpler.
Chair, DocBook Technical Committee |
pgptkEzwNtloI.pgp
Description: PGP signature
