]> granicus.if.org Git - docbook-dsssl/commitdiff
Allow task to be customized more easily.
authorBob Stayton <bobs@sagehill.net>
Sun, 9 Oct 2011 07:15:05 +0000 (07:15 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 9 Oct 2011 07:15:05 +0000 (07:15 +0000)
xsl/params/task.properties.xml [new file with mode: 0644]

diff --git a/xsl/params/task.properties.xml b/xsl/params/task.properties.xml
new file mode 100644 (file)
index 0000000..3ded676
--- /dev/null
@@ -0,0 +1,29 @@
+<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="task.properties">
+<refmeta>
+<refentrytitle>task.properties</refentrytitle>
+<refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>task.properties</refname>
+<refpurpose>Properties associated with a task</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment xml:id="task.properties.frag">
+<xsl:attribute-set name="task.properties" use-attribute-sets="formal.object.properties">
+    <xsl:attribute name="keep-together.within-column">auto</xsl:attribute>
+</xsl:attribute-set>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsection><info><title>Description</title></info>
+
+<para>Properties to style the entire block containing a task element.</para>
+
+</refsection>
+</refentry>