]> granicus.if.org Git - docbook-dsssl/commitdiff
Use keep-together.within-column, not keep-together as that's a compound property...
authorNorman Walsh <ndw@nwalsh.com>
Sun, 28 Sep 2003 16:38:45 +0000 (16:38 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 28 Sep 2003 16:38:45 +0000 (16:38 +0000)
xsl/params/formal.object.properties.xml

index e59d4b8ac604a44263e08bd95ed7da0a958033c4..d8b7c42175352d066f2f9ba2c7e61dcdf884c9ac 100644 (file)
@@ -13,7 +13,7 @@
   <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
   <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
   <xsl:attribute name="space-after.maximum">2em</xsl:attribute>
-  <xsl:attribute name="keep-together">always</xsl:attribute>
+  <xsl:attribute name="keep-together.within-column">always</xsl:attribute>
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>