Glossary list missing in WebHelp output
Posted: Fri Aug 25, 2023 7:04 pm
Hi everyone,
I have a bookmap with a glossary list. The code looks like this:
The bookmap is converted to PDF and WebHelp using a single publishing template that supports both formats. The glossary is displayed quite nicely in the PDF version. However, in the WebHelp output, there is a link that doesn't do anything, and pages for the glossary entries that cannot be accessed.
Is this because of toc="no"?
Can I display the glossary entries in the WebHelp without creating entries in the PDF TOC?
My Oxygen version is 25.1.
Thank you for your help
Susanne
I have a bookmap with a glossary list. The code looks like this:
Code: Select all
<backmatter>
<booklists>
<glossarylist navtitle="Glossar">
<topicref href="glossary/RetrieveAsync.dita" keys="ddl_retrieveasync" toc="no" type="glossentry"/>
<topicref href="glossary/archiving.dita" keys="ddl_archiving" toc="no" type="glossentry"/>
</glossarylist>
<indexlist/>
</booklists>
</backmatter>
Code: Select all
<a href="">Glossar</a>
Is this because of toc="no"?
Can I display the glossary entries in the WebHelp without creating entries in the PDF TOC?
My Oxygen version is 25.1.
Thank you for your help
Susanne