Hi,
I'm making a custom dictionary for Kindle.
I've noticed that if there are two entries of the same word then my Kindle gives the option to switch the page between the two. Is it possible to make this feature of "changing the page" also for inflection groups inside one entry?
In the following example it all appears in the same page:
Code:
<idx:entry name="english" scriptable="yes" spell="yes">
<idx:short><a id="1"></a>
<idx:orth>record
<idx:infl inflgrp="noun">
<idx:iform name="plural" value="records" />
</idx:infl>
<idx:infl inflgrp="verb">
<idx:iform name="present participle" value="recording" />
<idx:iform name="past participle" value="recorded" />
<idx:iform name="present 3ps" value="records" />
</idx:infl>
</idx:orth>
<p> Definition</p>
</idx:short>
<br /><hr><br /></idx:entry>