]> git.stg.codes - stg.git/blob - doc/xslt/params/header.table.properties.xml
Set output encoding to utf-8.
[stg.git] / doc / xslt / params / header.table.properties.xml
1 <refentry xmlns="http://docbook.org/ns/docbook"
2           xmlns:xlink="http://www.w3.org/1999/xlink"
3           xmlns:xi="http://www.w3.or/g2001/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="header.table.properties">
7 <refmeta>
8 <refentrytitle>header.table.properties</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
10 </refmeta>
11 <refnamediv>
12 <refname>header.table.properties</refname>
13 <refpurpose>Apply properties to the header layout table</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17 <src:fragment xml:id='header.table.properties.frag'>
18 <xsl:attribute-set name="header.table.properties">
19   <xsl:attribute name="table-layout">fixed</xsl:attribute>
20   <xsl:attribute name="width">100%</xsl:attribute>
21 </xsl:attribute-set>
22 </src:fragment>
23 </refsynopsisdiv>
24
25 <refsection><info><title>Description</title></info>
26
27 <para>Properties applied to the table that lays out the page header.</para>
28
29 </refsection>
30 </refentry>