From: Bob Stayton Date: Mon, 16 Mar 2009 03:47:19 +0000 (+0000) Subject: Isolate this text for Xalan bug regarding exsl:node-set available. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98abae66ca0e49e00b5ca1c6d8b641cac40bfa29;p=docbook-dsssl Isolate this text for Xalan bug regarding exsl:node-set available. If it is ever fixed in Xalan, just fix it here. --- 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. + + +