I have a glossterm topic defined like this:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glossentry PUBLIC "-//OASIS//DTD DITA Glossary//EN" "glossary.dtd">
<glossentry id="glossentry_k5k_rdg_r4">
<glossterm>Open Toolkit</glossterm>
<glossdef>Open Toolkit -- This is what processes DITA into the various outputs.</glossdef>
<glossBody>
<glossSurfaceForm>Open Toolkit (OT)</glossSurfaceForm>
<glossAlt>
<glossAcronym>OT</glossAcronym>
</glossAlt>
</glossBody>
</glossentry>
Code: Select all
<glossref keys="opentoolkit" href="ot.dita" />
Code: Select all
<p>You can use the <abbreviated-form keyref="opentoolkit"/> to process your dita files.</p>
Code: Select all
<p>You can use the <term keyref="opentoolkit">Open Toolkit</term> to process your dita files.</p>