Re: [docbook-apps] remove dot from list numbers

From
"Cob Rtayton"
Date
2007-02-23T01:15:37+00:00
ID
142e01c756e8$1efa25a0$6400a8c0@totoro
Thread
Re: [docbook-apps] remove dot from list numbers
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