You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
815 B
28 lines
815 B
<refentry id="variablelist.as.table">
|
|
<refmeta>
|
|
<refentrytitle>variablelist.as.table</refentrytitle>
|
|
<refmiscinfo role="type">boolean</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>variablelist.as.table</refname>
|
|
<refpurpose>Format <sgmltag>variablelist</sgmltag>s as tables?</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment id='variablelist.as.table.frag'>
|
|
<xsl:param name="variablelist.as.table" select="0"/>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
|
|
<para>If non-zero, <sgmltag>variablelist</sgmltag>s will be formatted as
|
|
tables.</para>
|
|
|
|
<para>This parameter only applys to the HTML transformations. In the
|
|
FO case, proper list markup is robust enough to handle the formatting.
|
|
But see also <parameter>variablelist.as.blocks</parameter>.</para>
|
|
|
|
</refsect1>
|
|
</refentry>
|