diff options
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/default.table.width.xml')
-rw-r--r-- | stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/default.table.width.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/default.table.width.xml b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/default.table.width.xml new file mode 100644 index 000000000..184ce52bd --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/default.table.width.xml @@ -0,0 +1,26 @@ +<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="default.table.width"> +<refmeta> +<refentrytitle>default.table.width</refentrytitle> +<refmiscinfo class="other" otherclass="datatype">length</refmiscinfo> +</refmeta> +<refnamediv> +<refname>default.table.width</refname> +<refpurpose>The default width of tables</refpurpose> +</refnamediv> +<refsynopsisdiv> +<src:fragment xml:id="default.table.width.frag"> +<xsl:param name="default.table.width"></xsl:param> +</src:fragment> +</refsynopsisdiv> +<refsection><info><title>Description</title></info> +<para>If non-zero, this value will be used for the +<literal>width</literal> attribute on <tag>table</tag>s that do not specify an +alternate width (with the <tag class="xmlpi">dbhtml table-width</tag> or +<tag class="xmlpi">dbfo table-width</tag> processing instruction).</para> +</refsection> +</refentry> |