Next in thread → Next in month →

Re: glossseealso in DocBook 5.0

From
Norman Walsh <>
Date
2007-03-20T18:28:12+00:00
ID
Thread
Re: glossseealso in DocBook 5.0
/ Jacques Foucry <> 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 <>      | Everything should be made as
http://www.oasis-open.org/docbook/ | simple as possible, but no simpler.
Chair, DocBook Technical Committee |
Next in thread → Next in month →