glossary keyrefs not appearing in ToC

Having trouble installing Oxygen? Got a bug to report? Post it all here.
urbanrobots
Posts: 86
Joined: Sun May 03, 2015 7:34 pm
Location: San Francisco

glossary keyrefs not appearing in ToC

Post by urbanrobots »

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:

Code: Select all

<span class="topic menuItemSelected"><a href="#c_uv.html">test </a></span>
But the webhelp topics shows this in the title:

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>
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
radu_pisoi
Posts: 403
Joined: Thu Aug 21, 2003 11:36 am
Location: Craiova
Contact:

Re: glossary keyrefs not appearing in ToC

Post by radu_pisoi »

Thank you for reporting this issue.

We already reported this issue to the DITA-OT project and it is not solved yet, see
https://github.com/dita-ot/dita-ot/issues/1828.

I have some ideas about how to fix it but I'm not 100% sure. I will come back in a couple of days with a solution.
Radu Pisoi
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
radu_pisoi
Posts: 403
Joined: Thu Aug 21, 2003 11:36 am
Location: Craiova
Contact:

Re: glossary keyrefs not appearing in ToC

Post by radu_pisoi »

Hi,

Sorry for the delay. I found a fix for the problem you reported.

This fix will be available in the next oXygen version that will be released in about one month. If you are interested about this fix sooner please contact us on our email support address: support@oxygenxml.com
Radu Pisoi
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
urbanrobots
Posts: 86
Joined: Sun May 03, 2015 7:34 pm
Location: San Francisco

Re: glossary keyrefs not appearing in ToC

Post by urbanrobots »

Awesome. Thanks, Radu.

Just to confirm, this issue will be fixed in the standalone webhelp?

The <abbreviated-form> element also does not render in the DITA Maps Manager in Oxygen 17 Editor (even through they publish fine in PDF). Will this be fixed as well?

Take care,
- Nick
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: glossary keyrefs not appearing in ToC

Post by Radu »

Hi Nick,
The <abbreviated-form> element also does not render in the DITA Maps Manager in Oxygen 17 Editor (even through they publish fine in PDF). Will this be fixed as well?
I can confirm we fixed this problem of rendering in the DITA Maps Manager about a couple of weeks ago.
Oxygen 17.1 will probably be released in October this year.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: glossary keyrefs not appearing in ToC

Post by adrian »

Hi,

I just wanted to confirm that the two abbreviated-form issues discussed here have been fixed in v17.1 (now available).

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply