1 Tips regarding DocBook XML tagging
2 ==================================
4 To get entries in the Index at the back, add entries like this in the
7 <indexterm><primary>ABC</primary></indexterm>
9 This will result in the entry ABC showing up in the Index, with a
10 reference to the page where it is mentioned.
12 To get two levels in the index at the back, add entries like this to
16 <primary>artists</primary>
17 <secondary>publicity rights on images of</secondary>
20 To index a range of paragrams/pages:
22 <indexterm id="idxexchap" class='startofrange'>
23 <primary>Example Chapter</primary></indexterm>
25 <indexterm startref="idxexchap" class="endofrange"/>
30 http://developer.gnome.org/gdp-handbook/stable/docbook.html.en
31 http://www.docbook.org/tdg/en/html/docbook.html
32 http://www.docbook.org/tdg/en/html/indexterm.html