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: [EMAIL PROTECTED] http://www.kosek.cz
