GlossaryEach DITA glossary topic defines a single sense of one term. Besides identifying the term and providing a definition, the topic can identify related terms.
[edit] Why glossary?Defining terminology is helpful to the writer so a team of writers can use the same term for the same thing. The reader can also get an explanation of unfamiliar terminology. More generally, identification of the things described by the content encourages more precise treatment of those subjects. Glossary topics can be assembled by authors or processes to create glossaries for various purposes, including books, Web sites, or development projects.
[edit] Glossary structureThe <glossentry> element is the top-level element for a DITA glossary topic. Every glossary topic contains a <glossterm> and a <glossdef> element and optional <related-links>.
<glossentry id="ddl">
<glossterm>Data Definition Language</glossterm>
<glossdef>A language used for defining database schemas.</glossdef>
</glossentry>
To create a glossary, authors can group multiple entries together either by authoring in a single document under a container topic using the ditabase document type (ditabase.dtd/ditabase.xsd), or by referencing the glossary topics in a map, or by using an automated process, for example electing glossary topics from a repository based on the <term> markup in a particular collection of topics.
[edit] Modules
|
