]> granicus.if.org Git - docbook-dsssl/commitdiff
Bug #445750: Adding a keep-together and keep-with-next to the block that wraps terms...
authorDavid Cramer <david@thingbag.net>
Sun, 8 Sep 2002 06:55:10 +0000 (06:55 +0000)
committerDavid Cramer <david@thingbag.net>
Sun, 8 Sep 2002 06:55:10 +0000 (06:55 +0000)
xsl/fo/lists.xsl

index 2221f34653e439fbb75d38fb69c5a5a9ee04080a..4b9fa1e990bb35c4b8acec762985dc4306c6be1f 100644 (file)
 <xsl:template match="varlistentry" mode="vl.as.blocks">
   <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
 
-  <fo:block id="{$id}" xsl:use-attribute-sets="list.item.spacing">
+  <fo:block id="{$id}" xsl:use-attribute-sets="list.item.spacing"  
+      keep-together.within-column="always" 
+      keep-with-next.within-column="always">
     <xsl:apply-templates select="term"/>
   </fo:block>