Perhaps it isn't as easy as it should be. You
need to customize the template in fo/lists.xsl that starts with:
<xsl:template match="orderedlist/listitem"
mode="item-number">
The variable 'type' adds the dot as part of the
numbering format.
Bob Stayton
Sagehill Enterprises
DocBook Consulting
----- Original Message -----
From:
Hinrich Aue
To:
Sent: Wednesday, February 21, 2007 6:44
AM
Subject: [docbook-apps] remove dot from
list numbers
Hello
everyone,
I’m trying to remove the dot from
the list numberings.
1 bla
2 bla
3 bla
Instead
of
1. bla
2. bla
3.
bla
I’m sure that’s pretty easy,
but I couldn’t find it.
Hinrich