Bug with glossrefs and chunk attribute?
Posted: Fri Dec 05, 2014 9:57 am
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:
Instead, this is how you have to add it:
Is this a bug with Oxygen, the OT, or some other limitation?
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>
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"/>