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]

Re: htmlhelp.xsl: links in index


David Cramer wrote:
> 
> Ah, I was just about to go crazy, then I searched the archives. So if I prefer to forgo linking to the exact spot on the page in return for descriptive titles in the "Topics Found" box, is this change safe? It seems to work, but I'm not exactly sure how mode="chunk-filename" works:
...
>           <!--xsl:call-template name="href.target.with.base.dir"/-->
...

Or you can left it as it is and instead of 

<xsl:value-of select="$href"/>

use

<xsl:value-of select="substring-before(concat($href, '#'), '#')"/>

-- 
-----------------------------------------------------------------
  Jirka Kosek  	                     
  e-mail: jirka@kosek.cz
  http://www.kosek.cz


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