Merging indexitems
When I have an index that looks like this:
<indexitem text="Files">
<indexitem text="batch">
<indexentry target="batchfiles" text="Batch Files"/>
</indexitem>
<indexitem text="database">
<indexentry target="dbfiles" text="Database Files"/>
</indexitem>
</indexitem>
the locators (i.e. targets) for the two secondary indexitems are also included as hits in the primary indexitem. We would prefer that not to happen. Is there any way that I can do this, or can this behavior be changed in a later version?
Jeff