|  -----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



---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org

Reply via email to