OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: DOCBOOK-APPS: how-to make an index using xsl 1.60



Hi,

i would like to make an index some article I'm writing.

I'm using xalan 2.2.D11 and xsl 1.60.1 .

I've got (for texting) Textentries like:
--------------------
<article>
[...]
<sect3 id="elf-now">
<title>Now [-10 CP]</title>
<para>
<indexterm><primary>test</primary><secondary>super</secondary></indexterm>
tst test
</para>
[...]
</article>
--------------------

article xsl imports 'hmtl/chunk.xsl'

After running xalan:
"java org.apache.apache.xalan.xslt.Process -in article.xml -xsl article.xsl -out article.html"

I have no index. The help file lists the parameter "generate.index". 
I set this to '1' but that did not help me any further.

How can i automatically construct an index using '<indexterm>'  with xalan ?

Ciao

Jens Skripczynski
-- 
E-Mail: skripi(at)myrealbox(dot)com

Tollef Fog Heen
Unix _IS_ user friendly... It's just selective about who its friends are.





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]