OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


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




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]