Next in thread → Next in month →

Re: [docbook-apps] javahelp - sort index

From
=?JRN-8859-1?P?[elanie_Q=G6sch?=
Date
2004-07-28T11:59:19+00:00
ID
Thread
Re: [docbook-apps] javahelp - sort index
Thank you for your help!  :-)
Melanie

Mauritz Jeanson schrieb:

>----- Original Message ----- 
>From: "Melanie R飉ch" 
>
>  
>
>>Hi,
>>
>>is it possible to sort the generated index-file for javahelp alphabetical?
>>    
>>
>
>Yes, it is. Modify the helpidx.content template in javahelp.xsl. Change this line:
>
><xsl:apply-templates select="//indexterm" mode="idx"/>
>
>to this: 
>
><xsl:apply-templates select="//indexterm" mode="idx">
> <xsl:sort select="primary"/>
> <xsl:sort select="secondary"/>
> <xsl:sort select="tertiary"/>
></xsl:apply-templates>
>
>
>/MJ
>
>
>  
>
Next in thread → Next in month →