]> granicus.if.org Git - docbook-dsssl/commitdiff
Made example.properties use keep-together='auto' like table.properies to avoid proble...
authorDavid Cramer <david@thingbag.net>
Fri, 11 Mar 2011 22:06:54 +0000 (22:06 +0000)
committerDavid Cramer <david@thingbag.net>
Fri, 11 Mar 2011 22:06:54 +0000 (22:06 +0000)
xsl/params/example.properties.xml

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