Re: [docbook-apps] hierarchical "."

From
Bob Stayton <>
Date
2003-04-01T16:56:16+00:00
ID
Thread
Re: [docbook-apps] hierarchical "."
On Tue, Apr 01, 2003 at 02:57:23PM +0200,  wrote:
> Bob Stayton wrote
> >On Mon, Mar 31, 2003 at 10:16:22PM +0200,  wrote:
> >> has anyone an idea how to change the headers of sections, chapters
> [...]by removing the dot?
> >The dots are part of the generated text strings defined
> >in common/en.xml (or whatever lang you use) in the
> >stylesheet distribution.  In that
> >file, the <l:context name="title-numbered"> element has
> >entries like this:
> 
> ><l:template name="chapter" text="Chapter&#160;%n.&#160;%t"/>
> >                                                ^
> >                                               ^
> >
> >The %n is the number, and &#160; is non-breaking space.
> >You can customize these strings in a customization
> >layer as described in this doc:
> >
> >http://www.sagehill.net/xml/docbookxsl/CustomMethods.html#CustomGenText
> 
> Thanks, that works fine!

> Do you know where the according parts of toc-entrys are?
> Thanks and regards,

Oh yeah, that extra dot in the TOC is a stylesheet parameter.

<xsl:param name="autotoc.label.separator" select="'. '"/>

Set that to just a space.

-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The SCO Group                               fax:   (831) 429-1887
                                            email: