View Single Post
Old 02-21-2013, 10:02 AM   #1
mjmuk
Junior Member
mjmuk began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Feb 2013
Device: Kobo
Sigil Indexing problem

I am in the middle of creating a multi-layer Index for the first time and have run into a problem.

Using the Sigil Index Editor here is the text I have selected to include and the Index Entries

HMS&nbsp;<em>Brighton</em> - Ships/UK
HMS&nbsp;<em>Illustrious</em> - Ships/UK
FF&nbsp;<em>Floréal</em> - Ships/Francs
SPS&nbsp;<em>Santa María</em> - Ships/Spain
SPS&nbsp;<em>Canarias</em> - Ships/Spain

The html code is used to a) keep the prefix and name together, b) <em> for local style.

The resulting rlevant lines in the generated index.html are:

Code:
<div class="sgc-index-entry">
      Ships

      <div class="sgc-index-entry">
        UK <a href="../Text/Chapter01.xhtml#sigil_index_id_7">1</a>, <a href="../Text/Chapter01.xhtml#sigil_index_id_20">2</a>
      </div>
    </div>
As can be seen, only the Words UK and Ships are being shown along with their location links. There are no names of ships.

I have other similar lists in my index which one of which is three levels and is working okay.

I've checked the code between them and don't see anything obvious.

What am I missing here? Please tell me.
mjmuk is offline   Reply With Quote