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
37 xmlto with fop backend
39 - Overlap footnote and text body in some cases (BTS #683197)
41 - incorrect index (missing page numbers for some, create wrong page
44 - missing images (possibly BTS #567122)
46 xmlto with default backend
48 - fail to process the docbook source (possibly BTW #683163)
52 - do not end a <part> when it should, gluing following chapters as if
53 they belonged to the last <part> (BTS #683166).
55 - Incorrect hyphens for multipage index references (BTS #682901)