indexterm doubts

Post here questions and problems related to editing and publishing DITA content.
abacus66
Posts: 40
Joined: Wed May 25, 2016 10:45 am

indexterm doubts

Post by abacus66 »

Good time of day or night!

I have two definitions for <indexterm> in topic:

Code: Select all

<indexterm>C++<indexterm>Operator<indexterm>Functor</indexterm></indexterm></indexterm>
<indexterm>C++<indexterm>Operator<indexterm>Functor<indexterm>Transparent operator</indexterm></indexterm></indexterm></indexterm>
But after generating EPUB I have in the Index:

Code: Select all

C++
   Operator
      Functor
         Transparent operator [1]
So there is no reference to Functor, only to the last leaf in the tree. Is it intended behaviour or something wrong?
Best regards,
Dr. ABacus

#define QUESTION ((bb) || !(bb)) // © 1601 William Shakespeare
sorin_carbunaru
Posts: 420
Joined: Mon May 09, 2016 9:37 am

Re: indexterm doubts

Post by sorin_carbunaru »

Hello,

I suggest you ask the same question here: https://github.com/dita4publishers/org. ... shers.epub. This is the project responsible for publishing DITA to EPUB.

Best wishes,
Sorin Carbunaru
Post Reply