atom feed5 messages in org.oasis-open.lists.docbook-appsRe: DOCBOOK-APPS: section numbering d...
FromSent OnAttachments
Jens HauptmannJul 30, 2001 12:15 pm 
Bob StaytonJul 30, 2001 5:17 pm 
Yann DirsonJul 31, 2001 1:19 am 
Bob StaytonJul 31, 2001 2:30 am 
Norman WalshAug 4, 2001 3:52 pm 
Subject:Re: DOCBOOK-APPS: section numbering depth
From:Bob Stayton (bo@caldera.com)
Date:Jul 30, 2001 5:17:46 pm
List:org.oasis-open.lists.docbook-apps

From: Jens Hauptmann <Jens@gmx.de>

is there parameter to limit the depth of section numbering in the xsl stylesheets to a certain section level (using docbook-xsl-1.41, saxon 6.4.3, fop-0.19)?

Do you mean you want section numbering for, say, sect1, sect2, and sect3, but that sect4 and below should just show the title? I don't think there is such a parameter yet. But Norm has said he will take suggestions for things people want to control with parameters. I would submit that as a feature request at docbook.sourceforge.net.

To limit the section depth listed in the toc I included <xsl:param name="toc.section.depth" select="3"/> to my param.xsl customization stylesheet which has no affect at all? I'm not that familiar yet with xsl and the stylesheets - is there another attribute I could set?

That parameter controls how many section levels appear in the generated table of contents, and its default is "3", so you wouldn't see any effect.