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="default.table.width">
8 <refentrytitle>default.table.width</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
12 <refname>default.table.width</refname>
13 <refpurpose>The default width of tables</refpurpose>
16 <src:fragment xml:id="default.table.width.frag">
17 <xsl:param name="default.table.width"></xsl:param>
20 <refsection><info><title>Description</title></info>
21 <para>If non-zero, this value will be used for the
22 <literal>width</literal> attribute on <tag>table</tag>s that do not specify an
23 alternate width (with the <tag class="xmlpi">dbhtml table-width</tag> or
24 <tag class="xmlpi">dbfo table-width</tag> processing instruction).</para>