Can you use abbreviated-form for glossentry elements in a glossgroup
Posted: Thu Aug 12, 2021 4:48 pm
Rather than having multiple single glossenty topics, I want to put all my glossary items in one topic. But, I want to be able to use abbreviated-form so that when I hover over an acronym or term in another topic, the description appears in a pop-up text box. Is there a way to do that for entries in a glossgroup.
Here is the code for the glossgroup topic:
Here is the code for the glossgroup topic:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glossentry PUBLIC "-//OASIS//DTD DITA Glossary Entry//EN" "glossaryentry.dtd">
<glossentry id="s_g_sdc_glossary">
<glossterm>Darwin Typing Architecture (DITA)</glossterm>
<glossdef>Specification that defines a set of document types for authoring and organizing
topic-oriented information.</glossdef>
<prolog>
<author type="creator">janice.cadel</author>
<critdates>
<created date="2021-08-11"/>
<!--janice.cadel-->
<revised modified="2021-08-11"/>
</critdates>
</prolog>
<glossBody>
<glossSurfaceForm>Darwin Typing Architecture (DITA)</glossSurfaceForm>
<glossAlt id="gloss_DITA">
<glossAcronym>DITA</glossAcronym>
</glossAlt>
</glossBody>
</glossentry>