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


Kenneth Johansson wrote:

> 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="."/>
To romeve all commas replace previous line by:

      <xsl:with-param name="text" select="translate(., ',', '')"/>


					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/
------------------------------------------------------------------

S/MIME Cryptographic Signature



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