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 / exsl.node.set.available.xml
diff --git a/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/exsl.node.set.available.xml b/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/exsl.node.set.available.xml
deleted file mode 100755 (executable)
index e96de9b..0000000
+++ /dev/null
@@ -1,44 +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:exsl="http://exslt.org/common"\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="exsl.node.set.available">\r
-<refmeta>\r
-<refentrytitle>exsl.node.set.available</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>exsl.node.set.available</refname>\r
-<refpurpose>Is the test function-available('exsl:node-set') true?</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<src:fragment xml:id="exsl.node.set.available.frag"><xsl:param name="exsl.node.set.available"> \r
-  <xsl:choose>\r
-    <xsl:when exsl:foo="" xmlns:exsl="http://exslt.org/common"\r
-      test="function-available('exsl:node-set') or\r
-                       contains(system-property('xsl:vendor'),\r
-                         'Apache Software Foundation')">1</xsl:when>\r
-    <xsl:otherwise>0</xsl:otherwise>\r
-  </xsl:choose>\r
-</xsl:param>\r
-</src:fragment>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>If non-zero,\r
-then the exsl:node-set() function is available to be used in\r
-the stylesheet.\r
-If zero, then the function is not available.\r
-This param automatically detects the presence of\r
-the function and does not normally need to be set manually.</para>\r
-\r
-<para>This param was created to handle a long-standing\r
-bug in the Xalan processor that fails to detect the\r
-function even though it is available.</para>\r
-\r
-</refsection>\r
-</refentry>\r