[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

index generation for html using sgmltools-2



Does sgmltools-2's html stylesheet generate indexes? I tried a simple
example from the docbook guide:

<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<book>
<title>Animals</title>
<chapter>
<title>Big Cats</title>
<sect1>
<title>The Tiger</title>
<para>
The Tiger<indexterm>
<primary>Big Cats</primary>
<secondary>Tigers</secondary>
  </indexterm>
is a very large cat indeed.
</para>
	</sect1>
  </chapter>
</book>

But no index was generated. Adding in an <index> section seems to just
work for hand-generated indices. Does sgmltools-2 / docbook-stylesheets
support this, or do I need to hand-generate my index?

Thanks.

-- 

Paul Reavis                                      preavis@partnersoft.com
Design Lead
Partner Software, Inc.                        http://www.partnersoft.com



Reply to: