Next in thread → Next in month →

RE: [docbook-apps] Re:variablelist, delleting blank line

From
Mauritz Jeanson <>
Date
2009-02-13T17:33:46+00:00
ID
7E42E73B9D6644E28B4859D5277727E0@D7MZ171J
Thread
RE: [docbook-apps] Re:variablelist, delleting blank line
|  -----Original Message-----
|  From: Lily Galle 
|  
|  Thank you very much for your advice. I tried the code. I do 
|  not why it does not work. The blank line before the 
|  "variablelist" still exits.
|  
|  I also tried the following code: 
|  
|   <xsl:attribute-set name="list.item.spacing">
|      <xsl:attribute name="space-before.optimum">0em</xsl:attribute>
|      <xsl:attribute name="space-before.minimum">0em</xsl:attribute>
|      <xsl:attribute name="space-before.maximum">0em</xsl:attribute>
|    </xsl:attribute-set>
|  
|  It does not work either.


It works for me with this additional customization:

<xsl:attribute-set name="list.block.spacing">
  <xsl:attribute name="space-before.optimum">0em</xsl:attribute>
  <xsl:attribute name="space-before.minimum">0em</xsl:attribute>
  <xsl:attribute name="space-before.maximum">0em</xsl:attribute>
</xsl:attribute-set>

See
http://docbook.sourceforge.net/release/xsl/current/doc/fo/list.block.spacing
.html

Mauritz
Next in thread → Next in month →