Next in thread → Next in month →

Re: [docbook-apps] Indexterm start and end of range produces incorrect punctuation and transform error

From
PC Thoms <>
Date
2012-03-13T18:15:13+00:00
ID
CAHZ81Ou7GvCFUuGZNeaAwo7=
Thread
Re: [docbook-apps] Indexterm start and end of range produces incorrect punctuation and transform error
Hi Dave
As noted by Bob, all <indexterm> elements that have a range require an empty closing element,  as below.

Here is my code for indexing entries with a start 

<indexterm class="startofrange" xml:id="">

<primary></primary>

<secondary></secondary>

</indexterm>

<indexterm class="endofrange" startref=""/>

I have this and the elements I use frequently saved in text/xml file for ease of use.

Cheers
Next in thread → Next in month →