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



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