diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/html.cellspacing.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/html.cellspacing.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/html.cellspacing.xml b/kdoctools/docbook/xsl/params/html.cellspacing.xml new file mode 100644 index 000000000..10fbe0182 --- /dev/null +++ b/kdoctools/docbook/xsl/params/html.cellspacing.xml @@ -0,0 +1,23 @@ +<refentry id="html.cellspacing"> +<refmeta> +<refentrytitle>html.cellspacing</refentrytitle> +<refmiscinfo role="type">integer</refmiscinfo> +</refmeta> +<refnamediv> +<refname>html.cellspacing</refname> +<refpurpose>Default value for cellspacing in HTML tables</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='html.cellspacing.frag'> +<xsl:param name="html.cellspacing" select="''"/> +</src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>If specified, this value will be used as the default cellspacing value +in HTML tables.</para> + +</refsect1> +</refentry> |