Bug with glossrefs and chunk attribute?

Oxygen general issues.
tomjohnson1492
Posts: 132
Joined: Thu Apr 17, 2014 1:55 am

Bug with glossrefs and chunk attribute?

Post by tomjohnson1492 »

In exploring how to display a glossary on a ditamap, I think I encountered a bug. I described it here: http://idratherbewriting.com/ditaqrg#ac ... in_the_TOC.

However, I'm not sure. This structure is valid but when you use it, the chunk attribute kills the keyref references:

Code: Select all

<topicref href="glossary_overview.dita" chunk="to-content">
<glossref href="glossary/ot.dita" keys="opentoolkit" toc="yes"/>
<glossref href="glossary/conref.dita" keys="conref" toc="yes"/>
</topicref>
Instead, this is how you have to add it:

Code: Select all


<topicref href="glossary_overview.dita" chunk="to-content">    
<topicref href="glossary/ot.dita" toc="yes"/>
<topicref href="glossary/conref.dita" toc="yes"/>
</topicref>

<!-- glossary keys -->
<glossref keys="opentoolkit" href="ot.dita"/>
<glossref keys="conref" href="conref.dita"/>
Is this a bug with Oxygen, the OT, or some other limitation?
Radu
Posts: 9444
Joined: Fri Jul 09, 2004 5:18 pm

Re: Bug with glossrefs and chunk attribute?

Post by Radu »

Hi Tom,

I understand the situation but I cannot reproduce it with the samples I created, I tested generating both WebHelp and PDF and using abbreviated-from to refer to the keys. The link from the abbreviated form to the definition worked for me.
I'll email you a copy of the samples I tested to see if they work or not on your side.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply