This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]