RE: [docbook-apps] Segmented list issue with FOP

From
Mauritz Jeanson <>
Date
2010-08-26T16:29:34+00:00
ID
2B0643C793154BEE9959BF205463669D@D7MZ171J
Thread
RE: [docbook-apps] Segmented list issue with FOP
|  -----Original Message-----
|  From: deannelson 
|   
|  After looking closer in the 1.75.2 stylesheets, the 
|  segmentedlist template in fo/lists.xsl has a problem when 
|  used in FOP. It specifies the table as an "auto" table and 
|  it needs to be a "fixed" table since FOP doesn't support 
|  that feature yet. So, in this case I modified the template 
|   
|  from
|   
|  <fo:table> 
|   
|  to 
|   
|  <fo:table table-layout="fixed" width="100%">
|   
|  Is this something that should be addressed in the standard 
|  stylesheets (i.e bugtracked)?


I committed a fix a few weeks ago:
http://docbook.svn.sourceforge.net/viewvc/docbook?view=revision&revision=876
1

Mauritz