Re: [docbook-apps] Numbering book parts & appendices broken in xsl 1.69?

From
Bob Stayton <>
Date
2005-07-27T17:18:40+00:00
ID
03b001c592cf$37df8c10$6400a8c0@toshiro
Thread
Re: [docbook-apps] Numbering book parts & appendices broken in xsl 1.69?
This was noted and fixed in CVS.  The latest snapshot version should work
correctly:

http://docbook.sourceforge.net/snapshot/

Bob Stayton
Sagehill Enterprises
DocBook Consulting



----- Original Message ----- 
From: "Gerd v. Egidy" <>
To: <>
Sent: Wednesday, July 27, 2005 7:59 AM
Subject: [docbook-apps] Numbering book parts & appendices broken in xsl
1.69?


> Hi,
>
> I found a strange behavior after upgrading from docbook-xsl 1.68.1 to
1.69:
>
> I haven't customized anything with the numbering style. With 1.68.1 the
parts
> got labeled with roman numbers (I., II., ...) and the appendices with
letters
> (A., B.,...).
>
> With 1.69 parts and appendices are labeled with numbers (1., 2.,...).
>
> I tried to work around that problem with this customisation code:
>
> <xsl:template match="part" mode="division.number">
>   <xsl:number from="book" count="part" format="I."/>
> </xsl:template>
>
> but it didn't help.
>
> Is this a bug is 1.69 or a problem on my side?
>
> Kind regards,
>
> Gerd
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
>
>
>