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.blocks.xml
diff --git a/stylesheets/styleguide/docbook-xsl-1.75.2/params/variablelist.as.blocks.xml b/stylesheets/styleguide/docbook-xsl-1.75.2/params/variablelist.as.blocks.xml
deleted file mode 100755 (executable)
index e29668c..0000000
+++ /dev/null
@@ -1,62 +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.blocks">\r
-<refmeta>\r
-<refentrytitle>variablelist.as.blocks</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>variablelist.as.blocks</refname>\r
-<refpurpose>Format <tag>variablelist</tag>s lists as blocks?</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<src:fragment xml:id="variablelist.as.blocks.frag">\r
-<xsl:param name="variablelist.as.blocks" 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
-blocks.</para>\r
-\r
-<para>If you have long terms, proper list markup in the FO case may produce\r
-unattractive lists. By setting this parameter, you can force the stylesheets\r
-to produce block markup instead of proper lists.</para>\r
-\r
-<para>You can override this setting with a processing instruction as the\r
-child of <tag>variablelist</tag>: <tag class="xmlpi">dbfo\r
-list-presentation="blocks"</tag> or <tag class="xmlpi">dbfo\r
-list-presentation="list"</tag>.</para>\r
-\r
-<para>When using <literal>list-presentation="list"</literal>,\r
-you can also control the amount of space used for the <tag>term</tag>s with \r
-the <tag class="xmlpi">dbfo term-width=".25in"</tag> processing instruction,\r
-the <tag class="attribute">termlength</tag> attribute on <tag>variablelist</tag>,\r
-or allow the stylesheets to attempt to calculate the amount of space to leave based on the \r
-number of letters in the longest term.  \r
-</para>\r
-\r
-<programlisting>  &lt;variablelist&gt;\r
-        &lt;?dbfo list-presentation="list"?&gt;\r
-        &lt;?dbfo term-width="1.5in"?&gt;\r
-        &lt;?dbhtml list-presentation="table"?&gt;\r
-        &lt;?dbhtml term-width="1.5in"?&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 list even if variablelist.as.blocks is set to 1.\r
-                &lt;/para&gt;\r
-          &lt;/listitem&gt;\r
-        &lt;/varlistentry&gt;\r
-  &lt;/variablelist&gt;</programlisting>\r
-\r
-\r
-</refsection>\r
-\r
-</refentry>\r