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: RE: [docbook-apps] Index problem in HTML Help


Hi Jirka,

You're right!

We did have a customization for adding all titles to Index *duh!*

How do we go about changing the comma? Does anyone have an idea. My XSL knowledge is not sufficient to solve this. :(

<!-- Add all titles to index -->
<xsl:variable name="generate.index" select="'1'"/>
<xsl:template match="title">
  <xsl:call-template name="write.indexterm">
    <xsl:with-param name="text" select="."/>
  </xsl:call-template>
</xsl:template>

Thanks,

/Kenneth

--------------------------------------------------------
Kenneth Johansson	Technical Documentation Manager
Sectra Imtec AB
Teknikringen 20		E-mail: ke-joh AT sectra DOT se
SE-583 30 Linköping	Phone:	+46 13 23 52 00
SWEDEN			Web:	http://www.sectra.se

> -----Original Message-----
> From: Jirka Kosek [mailto:jirka@kosek.cz]
> Sent: den 25 november 2004 17:18
> To: Kenneth Johansson
> Cc: docbook-apps@lists.oasis-open.org
> Subject: Re: [docbook-apps] Index problem in HTML Help
>
> Kenneth Johansson wrote:
>
> > I didn't send this to the list because of the attachments.
> If you find something you can post it there.
>
> I don't see any indexterms in your document. I suppose that
> you are using some customization that puts all titles into
> index as indexterms.
> Problem is that HTML Help uses comma as a level separator in
> index term.
> I suppose that only solution is to modify this customization
> to replace comma by some other character that will look similar.
>
>
> 				Jirka
>
>
> --
> ------------------------------------------------------------------
>    Jirka Kosek     e-mail: jirka@kosek.cz     http://www.kosek.cz
> ------------------------------------------------------------------
>    Profesionální školení a poradenství v oblasti technologií XML.
>       Podívejte se na náš nově spuštěný web http://DocBook.cz
>         Podrobný přehled školení http://xmlguru.cz/skoleni/
> ------------------------------------------------------------------
>




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