Support adding table properties to header and footer tables.
authorBob Stayton <bobs@sagehill.net>
Wed, 14 Feb 2007 09:28:18 +0000 (09:28 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 14 Feb 2007 09:28:18 +0000 (09:28 +0000)
xsl/params/footer.table.properties.xml [new file with mode: 0644]
xsl/params/header.table.properties.xml [new file with mode: 0644]

diff --git a/xsl/params/footer.table.properties.xml b/xsl/params/footer.table.properties.xml
new file mode 100644 (file)
index 0000000..b308bf5
--- /dev/null
@@ -0,0 +1,27 @@
+<refentry xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
+          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+          id="footer.table.properties">
+<refmeta>
+<refentrytitle>footer.table.properties</refentrytitle>
+<refmiscinfo role="type"></refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>footer.table.properties</refname>
+<refpurpose>Apply properties to the footer layout table</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='footer.table.properties.frag'>
+<xsl:attribute-set name="footer.table.properties">
+  <xsl:attribute name="table-layout">fixed</xsl:attribute>
+  <xsl:attribute name="width">100%</xsl:attribute>
+</xsl:attribute-set>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>Properties applied to the table that lays out the page footer.</para>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/header.table.properties.xml b/xsl/params/header.table.properties.xml
new file mode 100644 (file)
index 0000000..d744811
--- /dev/null
@@ -0,0 +1,27 @@
+<refentry xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
+          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+          id="header.table.properties">
+<refmeta>
+<refentrytitle>header.table.properties</refentrytitle>
+<refmiscinfo role="type"></refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>header.table.properties</refname>
+<refpurpose>Apply properties to the header layout table</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='header.table.properties.frag'>
+<xsl:attribute-set name="header.table.properties">
+  <xsl:attribute name="table-layout">fixed</xsl:attribute>
+  <xsl:attribute name="width">100%</xsl:attribute>
+</xsl:attribute-set>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>Properties applied to the table that lays out the page header.</para>
+
+</refsect1>
+</refentry>