如何使用xmlmind docbook编辑器生成索引?

时间:2017-07-13 10:47:06

标签: xml indexing docbook

我是xml的新手,但不是乳胶。我开始使用xmlmind。 我有一个简单的docbook示例,其中只有一个术语 test 已编入索引。 生成的pdf或html不包含索引。我缺少什么?

<?xml version="1.0" encoding="UTF-8"?>
<book version="5.1" xmlns="http://docbook.org/ns/docbook"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  xmlns:xila="http://www.w3.org/2001/XInclude/local-attributes"
  xmlns:xi="http://www.w3.org/2001/XInclude"
  xmlns:trans="http://docbook.org/ns/transclusion"
  xmlns:svg="http://www.w3.org/2000/svg"
  xmlns:m="http://www.w3.org/1998/Math/MathML"
  xmlns:html="http://www.w3.org/1999/xhtml"
  xmlns:db="http://docbook.org/ns/docbook">
<info>
<title/>
<author>
  <personname><firstname/><surname/></personname>

  <affiliation>
    <orgname/>
  </affiliation>
</author>

<pubdate/>
</info>

<chapter>
<title/>
<section>
  <title/>
  <para>test<indexterm class="singular">
      <primary>test</primary>
    </indexterm></para>
</section>
</chapter>
</book>

1 个答案:

答案 0 :(得分:0)

只需添加

即可
<index/>

之后

</chapter> 

术语。