footer.content.properties.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <refentry xmlns="http://docbook.org/ns/docbook"
  2. xmlns:xlink="http://www.w3.org/1999/xlink"
  3. xmlns:xi="http://www.w3.org/2001/XInclude"
  4. xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
  5. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  6. version="5.0" xml:id="footer.content.properties">
  7. <refmeta>
  8. <refentrytitle>footer.content.properties</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>footer.content.properties</refname>
  13. <refpurpose>Properties of page footer content</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="footer.content.properties.frag">
  17. <xsl:attribute-set name="footer.content.properties">
  18. <xsl:attribute name="font-family">
  19. <xsl:value-of select="$body.fontset"/>
  20. </xsl:attribute>
  21. <xsl:attribute name="margin-left">
  22. <xsl:value-of select="$title.margin.left"/>
  23. </xsl:attribute>
  24. </xsl:attribute-set>
  25. </src:fragment>
  26. </refsynopsisdiv>
  27. <refsection><info><title>Description</title></info>
  28. <para>Properties of page footer content.</para>
  29. </refsection>
  30. </refentry>