From 98abae66ca0e49e00b5ca1c6d8b641cac40bfa29 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Mon, 16 Mar 2009 03:47:19 +0000 Subject: [PATCH] Isolate this text for Xalan bug regarding exsl:node-set available. If it is ever fixed in Xalan, just fix it here. --- xsl/params/exsl.node.set.available.xml | 43 ++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 xsl/params/exsl.node.set.available.xml diff --git a/xsl/params/exsl.node.set.available.xml b/xsl/params/exsl.node.set.available.xml new file mode 100644 index 000000000..836285c19 --- /dev/null +++ b/xsl/params/exsl.node.set.available.xml @@ -0,0 +1,43 @@ + + +exsl.node.set.available +boolean + + +exsl.node.set.available +Is the test function-available('exsl:node-set') true? + + + + + + 1 + 0 + + + + + +Description + +If non-zero, +then the exsl:node-set() function is available to be used in +the stylesheet. +If zero, then the function is not available. +This param automatically detects the presence of +the function and does not normally need to be set manually. + +This param was created to handle a long-standing +bug in the Xalan processor that fails to detect the +function even though it is available. + + + -- 2.50.1