glossary keyrefs not appearing in ToC
Posted: Thu Sep 03, 2015 7:58 am
Hi, thanks in advance for your help.
Using the Webhelp output, <abbreviated-form> and <term> elements with keyrefs to glossary terms work fine in most places. However, the ToC does not show them. The element show up as nothing in the TOC HTML on the left navigation area.
Here is an example:
The ToC HTML shows this:
But the webhelp topics shows this in the title:
Ideally, the <span> element in the ToC would show "test Ultraviolet" or even "test <dfn class="term abbreviated-form">UltraViolet</dfn>".
Our PDF shows the references, no problem.
Thanks for your help.
Take care,
- Nick
Using the Webhelp output, <abbreviated-form> and <term> elements with keyrefs to glossary terms work fine in most places. However, the ToC does not show them. The element show up as nothing in the TOC HTML on the left navigation area.
Here is an example:
The ToC HTML shows this:
Code: Select all
<span class="topic menuItemSelected"><a href="#c_uv.html">test </a></span>
Code: Select all
<h1 class="title topictitle1">test <a href="g_uv.html" title="A digital rights management license locker system developed by the Digital Entertainment Content Ecosystem."><dfn class="term abbreviated-form">UltraViolet</dfn></a></h1>
Our PDF shows the references, no problem.
Thanks for your help.
Take care,
- Nick