remove tool dirctories - these have been moved to a new github dirctory
[Evergreen-DocBook.git] / stylesheets / evergreen_docbook_files / docbook-xsl-1.75.2 / params / generate.id.attributes.xml
diff --git a/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/generate.id.attributes.xml b/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/generate.id.attributes.xml
deleted file mode 100755 (executable)
index 9c6e6fe..0000000
+++ /dev/null
@@ -1,59 +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="generate.id.attributes">\r
-<refmeta>\r
-<refentrytitle>generate.id.attributes</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>generate.id.attributes</refname>\r
-<refpurpose>Generate ID attributes on container elements?</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<src:fragment xml:id="generate.id.attributes.frag">\r
-<xsl:param name="generate.id.attributes" select="0"/>\r
-</src:fragment>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>If non-zero, the HTML stylesheet will generate ID attributes on\r
-containers. For example, the markup:</para>\r
-\r
-<screen>&lt;section id="foo"&gt;&lt;title&gt;Some Title&lt;/title&gt;\r
-&lt;para&gt;Some para.&lt;/para&gt;\r
-&lt;/section&gt;</screen>\r
-\r
-<para>might produce:</para>\r
-\r
-<screen>&lt;div class="section" id="foo"&gt;\r
-&lt;h2&gt;Some Title&lt;/h2&gt;\r
-&lt;p&gt;Some para.&lt;/p&gt;\r
-&lt;/div&gt;</screen>\r
-\r
-<para>The alternative is to generate anchors:</para>\r
-\r
-<screen>&lt;div class="section"&gt;\r
-&lt;h2&gt;&lt;a name="foo"&gt;&lt;/a&gt;Some Title&lt;/h2&gt;\r
-&lt;p&gt;Some para.&lt;/p&gt;\r
-&lt;/div&gt;</screen>\r
-\r
-<para>Because the <tag class="attribute">name</tag> attribute of\r
-the <tag>a</tag> element and the <tag class="attribute">id</tag>\r
-attribute of other tags are both of type <quote>ID</quote>, producing both\r
-generates invalid documents.</para>\r
-\r
-<para>As of version 1.50, you can use this switch to control which type of\r
-identifier is generated. For backwards-compatibility, generating\r
-<tag>a</tag> anchors is preferred.</para>\r
-\r
-<para>Note: at present, this switch is incompletely implemented.\r
-Disabling ID attributes will suppress them, but enabling ID attributes\r
-will not suppress the anchors.</para>\r
-\r
-</refsection>\r
-</refentry>\r