[dbdoclet] indexterm tweaks

I think I found the bug.

 From page 27 of the reference manual:

<span title="indexterm:primary=Animals:secondary=Tiger">Tiger</span>

The preceding code will result in the following DocBook XML:

<indexterm> <primary>Animals</primary> <secondary>Tiger</secondary> 
</indexterm>

The xml should read:

<indexterm> <primary>Animals</primary> 
<secondary>Tiger</secondary>Tiger</indexterm>


>Here's the html source code:
>
>  <div class="plugin tightenable"><span 
>title="indexterm:primary=Animals:secondary=Tiger">Tigers make such 
>interesting people!</span></div>
>
>And here's the resulting DocBook .xml
>
> 
><indexterm><primary>Animals</primary><secondary>Tiger</secondary></indexterm>Tigers
> 
>make such interesting people!
>
>Looks like it's going in the wrong location.
>
>I'll keep trubbleshooting!
>Micki
-- 

Micki
mailto:micki001@xxxxxxxxxxxxxx

Other related posts: