procedure was inheriting keep-together from formal.object.properties, but
authorBob Stayton <bobs@sagehill.net>
Mon, 30 Jul 2007 21:29:06 +0000 (21:29 +0000)
committerBob Stayton <bobs@sagehill.net>
Mon, 30 Jul 2007 21:29:06 +0000 (21:29 +0000)
a procedure does not need to be kept together by default.

xsl/params/procedure.properties.xml

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