]> granicus.if.org Git - docbook-dsssl/commitdiff
Set keep-together.within-column to "auto". This seems to be the most sensible
authorMauritz Jeanson <mj@johanneberg.com>
Fri, 15 Feb 2008 17:54:34 +0000 (17:54 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Fri, 15 Feb 2008 17:54:34 +0000 (17:54 +0000)
default value for tables.

xsl/params/table.properties.xml

index 21b729a24b70d0b928fc5aa6a038e7c29e80a863..76340c8d33915a9b36f03b9196d7c1ce8424943e 100644 (file)
@@ -15,7 +15,9 @@
 
 <refsynopsisdiv>
 <src:fragment xml:id="table.properties.frag">
-<xsl:attribute-set name="table.properties" use-attribute-sets="formal.object.properties"/>
+<xsl:attribute-set name="table.properties" use-attribute-sets="formal.object.properties">
+  <xsl:attribute name="keep-together.within-column">auto</xsl:attribute>
+</xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>