Problem with Glossary
Post here questions and problems related to editing and publishing DITA content.
-
- Posts: 26
- Joined: Tue Mar 31, 2009 5:47 pm
Problem with Glossary
Hi
I have created a glossary by creating a document with the root element "glossgroup" with the title "Glossary". In my bookmap I have added the following:
<backmatter>
<booklists>
<glossarylist href="topics/glossary.dita" type="glossgroup"/>
</booklists>
</backmatter>
However, each glossary entry is appearing in TOC individually when rendered as PDF and HTML.
Side note: I am using Oxygen to edit my DITA files and XML Mind DITA Converter to compile documentation.
I have created a glossary by creating a document with the root element "glossgroup" with the title "Glossary". In my bookmap I have added the following:
<backmatter>
<booklists>
<glossarylist href="topics/glossary.dita" type="glossgroup"/>
</booklists>
</backmatter>
However, each glossary entry is appearing in TOC individually when rendered as PDF and HTML.
Side note: I am using Oxygen to edit my DITA files and XML Mind DITA Converter to compile documentation.
-
- Posts: 26
- Joined: Tue Mar 31, 2009 5:47 pm
Re: Problem with Glossary
Ah, this is probably not the right solution, but it does appear to work. Instead of using the `glossgroup` element I am using the `dita` element and including it into my book map as follows:
<backmatter>
<booklists>
<glossarylist>
<topichead navtitle="Glossary" locktitle="yes" chunk="to-content">
<topicref href="topics/glossary.dita" type="dita" toc="no" linking="none"/>
</topichead>
</glossarylist>
<indexlist/>
</booklists>
</backmatter>
<backmatter>
<booklists>
<glossarylist>
<topichead navtitle="Glossary" locktitle="yes" chunk="to-content">
<topicref href="topics/glossary.dita" type="dita" toc="no" linking="none"/>
</topichead>
</glossarylist>
<indexlist/>
</booklists>
</backmatter>
-
- Posts: 26
- Joined: Tue Mar 31, 2009 5:47 pm
Re: Problem with Glossary
Even easier!
Code: Select all
<backmatter>
<booklists>
<glossarylist navtitle="Glossary" locktitle="yes" chunk="to-content">
<topicref href="topics/glossary.dita" type="dita" toc="no" linking="none"/>
</glossarylist>
<indexlist/>
</booklists>
</backmatter>
-
- Posts: 515
- Joined: Wed May 20, 2009 2:40 pm
Re: Problem with Glossary
Hi,
oXygen uses the DITA-OT to generate the output so we cannot help you with problems encountered when using the DITA Converter tool.
Best regards,
Mihaela
oXygen uses the DITA-OT to generate the output so we cannot help you with problems encountered when using the DITA Converter tool.
Best regards,
Mihaela
Mihaela Calotescu
http://www.oxygenxml.com
http://www.oxygenxml.com
Return to “DITA (Editing and Publishing DITA Content)”
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service