remove tool dirctories - these have been moved to a new github dirctory
[Evergreen-DocBook.git] / stylesheets / styleguide / docbook-xsl-1.75.2 / params / variablelist.as.table.xml
diff --git a/stylesheets/styleguide/docbook-xsl-1.75.2/params/variablelist.as.table.xml b/stylesheets/styleguide/docbook-xsl-1.75.2/params/variablelist.as.table.xml
deleted file mode 100755 (executable)
index f9f2555..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-<refentry xmlns="http://docbook.org/ns/docbook"\r
-          xmlns:xlink="http://www.w3.org/1999/xlink"\r
-          xmlns:xi="http://www.w3.org/2001/XInclude"\r
-          xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"\r
-          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
-          version="5.0" xml:id="variablelist.as.table">\r
-<refmeta>\r
-<refentrytitle>variablelist.as.table</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>variablelist.as.table</refname>\r
-<refpurpose>Format <tag>variablelist</tag>s as tables?</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<src:fragment xml:id="variablelist.as.table.frag">\r
-<xsl:param name="variablelist.as.table" select="0"/>\r
-</src:fragment>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>If non-zero, <tag>variablelist</tag>s will be formatted as\r
-tables. A processing instruction exists to specify a particular width for the \r
-column containing the <tag>term</tag>s:   \r
-<tag class="xmlpi">dbhtml term-width=".25in"</tag></para>\r
-\r
-<para>You can override this setting with a processing instruction as the\r
-child of <tag>variablelist</tag>: <tag class="xmlpi">dbhtml\r
-list-presentation="table"</tag> or <tag class="xmlpi">dbhtml\r
-list-presentation="list"</tag>.</para>\r
-\r
-<para>This parameter only applies to the HTML transformations. In the\r
-FO case, proper list markup is robust enough to handle the formatting.\r
-But see also <parameter>variablelist.as.blocks</parameter>.</para>\r
-\r
-<programlisting>  &lt;variablelist&gt;\r
-        &lt;?dbhtml list-presentation="table"?&gt;\r
-        &lt;?dbhtml term-width="1.5in"?&gt;\r
-        &lt;?dbfo list-presentation="list"?&gt;\r
-        &lt;?dbfo term-width="1in"?&gt;\r
-        &lt;varlistentry&gt;\r
-          &lt;term&gt;list&lt;/term&gt;\r
-          &lt;listitem&gt;\r
-                &lt;para&gt;\r
-                  Formatted as a table even if variablelist.as.table is set to 0.\r
-                &lt;/para&gt;\r
-          &lt;/listitem&gt;\r
-        &lt;/varlistentry&gt;\r
-  &lt;/variablelist&gt;</programlisting>\r
-\r
-</refsection>\r
-</refentry>\r