]> granicus.if.org Git - docbook-dsssl/commitdiff
To format table captions.
authorBob Stayton <bobs@sagehill.net>
Wed, 1 Feb 2012 05:21:37 +0000 (05:21 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 1 Feb 2012 05:21:37 +0000 (05:21 +0000)
xsl/params/table.caption.properties.xml [new file with mode: 0644]

diff --git a/xsl/params/table.caption.properties.xml b/xsl/params/table.caption.properties.xml
new file mode 100644 (file)
index 0000000..8f028a5
--- /dev/null
@@ -0,0 +1,31 @@
+<refentry xmlns="http://docbook.org/ns/docbook"
+          xmlns:xlink="http://www.w3.org/1999/xlink"
+          xmlns:xi="http://www.w3.org/2001/XInclude"
+          xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
+          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+          version="5.0" xml:id="table.caption.properties">
+<refmeta>
+<refentrytitle>table.caption.properties</refentrytitle>
+<refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>table.caption.properties</refname>
+<refpurpose>Properties associated with a table caption</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment xml:id="table.caption.properties.frag">
+<xsl:attribute-set name="table.caption.properties">
+  <xsl:attribute name="keep-together.within-column">always</xsl:attribute>
+</xsl:attribute-set>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsection><info><title>Description</title></info>
+
+<para>The styling for table caption element (not the table title).</para>
+
+<para>See also <parameter>table.properties</parameter>.</para>
+
+</refsection>
+</refentry>