I have created a <glossary> topic as below
Code: Select all
<glossentry id="glossentry_eh3_lg3_xs">
<glossterm>Application Programming Interface (API)</glossterm>
<glossdef></glossdef>
<glossBody>
<glossSurfaceForm>Application Programming Interface (API)</glossSurfaceForm>
<glossAlt>
<glossAcronym>API</glossAcronym>
</glossAlt>
</glossBody>
</glossentry>
Code: Select all
<backmatter>
<booklists>
<glossarylist>
<topicref keys="API" href="g_sample.dita"></topicref>
</glossarylist>
</booklists>
</backmatter>
Code: Select all
<p>ABBR: <abbreviated-form keyref="API"></abbreviated-form> TERM: <term keyref="API"></term>The paragraph is the main tag for entering text. It can contain various inline tags. </p>
Code: Select all
The XML parser reported the following error: [gen-list] g_sample.dita Line 3:Attribute "keyref" is required and must be specified for element type "abbreviated-form".
Thanks,
Navaneetha