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] Outline numbering for HTML output


Hi Jeff,
This would require a customization of this template:
 
<xsl:template match="section" mode="label.markup">
 
from common/labels.xsl to take into account the section level.  You can use the existing utility template named "section.level" that returns an integer value for the section level.
 
If you customize that template, then those numbers will be used everywhere, including the TOC and xrefs.
 
Bob Stayton
Sagehill Enterprises
bobs@sagehill.net

Sent: Thursday, July 25, 2013 9:11 AM
Subject: [docbook-apps] Outline numbering for HTML output

I?m trying to output HTML release notes using outline numbering for sections, using the following hierarchy:

 

I (uppercase Roman numerals)

                A (uppercase letters)

                                1 (numerals)

                                                a (lowercase letters)

 

This doesn?t seem possible using section.autolabel property, which lets you specify only one label value. Is there a simple out-of-the-box way to do this? Or do I need to implement custom section numbering in my customization layer?

 

Regards,

Jeff Powanda
Staff Technical Writer
O: 408-882-5100
M: 831-252-2258
jpowanda@vocera.com

Vocera

 



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