remove tool dirctories - these have been moved to a new github dirctory
[Evergreen-DocBook.git] / stylesheets / styleguide / docbook-xsl-1.75.2 / params / use.role.as.xrefstyle.xml
diff --git a/stylesheets/styleguide/docbook-xsl-1.75.2/params/use.role.as.xrefstyle.xml b/stylesheets/styleguide/docbook-xsl-1.75.2/params/use.role.as.xrefstyle.xml
deleted file mode 100755 (executable)
index 341bee7..0000000
+++ /dev/null
@@ -1,93 +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="use.role.as.xrefstyle">\r
-<refmeta>\r
-<refentrytitle>use.role.as.xrefstyle</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>use.role.as.xrefstyle</refname>\r
-<refpurpose>Use <tag class="attribute">role</tag> attribute for\r
-<tag class="attribute">xrefstyle</tag> on <tag>xref</tag>?</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<src:fragment xml:id="use.role.as.xrefstyle.frag">\r
-<xsl:param name="use.role.as.xrefstyle" select="1"/>\r
-</src:fragment>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>In DocBook documents that conform to a schema older than V4.3, this parameter allows \r
-<tag class="attribute">role</tag> to serve the purpose of specifying the cross reference style.</para>\r
-\r
-<para>If non-zero, the <tag class="attribute">role</tag> attribute on\r
-<tag>xref</tag> will be used to select the cross reference style.\r
-In DocBook V4.3, the <tag class="attribute">xrefstyle</tag> attribute was added for this purpose.\r
-If the <tag class="attribute">xrefstyle</tag> attribute is present, \r
-<tag class="attribute">role</tag> will be ignored, regardless of the setting\r
-of this parameter.</para>\r
-\r
-</refsection>\r
-\r
-<refsection><info><title>Example</title></info>\r
-\r
-<para>The following small stylesheet shows how to configure the\r
-stylesheets to make use of the cross reference style:</para>\r
-\r
-<programlisting>&lt;?xml version="1.0"?&gt;\r
-&lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
-                version="1.0"&gt;\r
-\r
-&lt;xsl:import href="../xsl/html/docbook.xsl"/&gt;\r
-\r
-&lt;xsl:output method="html"/&gt;\r
-\r
-&lt;xsl:param name="local.l10n.xml" select="document('')"/&gt;\r
-&lt;l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"&gt;\r
-  &lt;l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="en"&gt;\r
-   &lt;l:context name="xref"&gt;\r
-      &lt;l:template name="chapter" style="title" text="Chapter %n, %t"/&gt;\r
-      &lt;l:template name="chapter" text="Chapter %n"/&gt;\r
-    &lt;/l:context&gt;\r
-  &lt;/l:l10n&gt;\r
-&lt;/l:i18n&gt;\r
-\r
-&lt;/xsl:stylesheet&gt;</programlisting>\r
-\r
-<para>With this stylesheet, the cross references in the following document:</para>\r
-\r
-<programlisting>&lt;?xml version="1.0" encoding="utf-8"?&gt;\r
-&lt;!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"\r
-                  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"&gt;\r
-&lt;book id="book"&gt;&lt;title&gt;Book&lt;/title&gt;\r
-\r
-&lt;preface&gt;\r
-&lt;title&gt;Preface&lt;/title&gt;\r
-\r
-&lt;para&gt;Normal: &lt;xref linkend="ch1"/&gt;.&lt;/para&gt;\r
-&lt;para&gt;Title: &lt;xref xrefstyle="title" linkend="ch1"/&gt;.&lt;/para&gt;\r
-\r
-&lt;/preface&gt;\r
-\r
-&lt;chapter id="ch1"&gt;\r
-&lt;title&gt;First Chapter&lt;/title&gt;\r
-\r
-&lt;para&gt;Irrelevant.&lt;/para&gt;\r
-\r
-&lt;/chapter&gt;\r
-&lt;/book&gt;</programlisting>\r
-\r
-<para>will appear as:</para>\r
-\r
-<informalexample>\r
-<para>Normal: Chapter 1.</para>\r
-<para>Title: Chapter 1, <emphasis>First Chapter</emphasis>.</para>\r
-</informalexample>\r
-</refsection>\r
-\r
-</refentry>\r