projects
/
docbook-dsssl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
284851d
)
procedure was inheriting keep-together from formal.object.properties, but
author
Bob Stayton
<bobs@sagehill.net>
Mon, 30 Jul 2007 21:29:06 +0000
(21:29 +0000)
committer
Bob 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
patch
|
blob
|
history
diff --git
a/xsl/params/procedure.properties.xml
b/xsl/params/procedure.properties.xml
index e1bfd5ef6d1e486cba055a0f0920ef32b3134307..f6cadb02a9c920eac36289934987961b761e32ba 100644
(file)
--- a/
xsl/params/procedure.properties.xml
+++ b/
xsl/params/procedure.properties.xml
@@
-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>