]> granicus.if.org Git - docbook-dsssl/commitdiff
add a hack in exsl.node.set.available.xml to preserve namespace node and un-break...
authorMichael Smith <xmldoc@users.sourceforge.net>
Mon, 23 Mar 2009 07:54:31 +0000 (07:54 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Mon, 23 Mar 2009 07:54:31 +0000 (07:54 +0000)
xsl/params/exsl.node.set.available.xml

index 836285c19e5c3436a5ef2066a8650e6d3eb0d670..c5d009e037d5546b4773dced0ff1bdfff0fb5d31 100644 (file)
@@ -17,7 +17,8 @@
 <refsynopsisdiv>
 <src:fragment xml:id="exsl.node.set.available.frag"><xsl:param name="exsl.node.set.available"> 
   <xsl:choose>
-    <xsl:when test="function-available('exsl:node-set') or
+    <xsl:when exsl:foo="" xmlns:exsl="http://exslt.org/common"
+      test="function-available('exsl:node-set') or
                        contains(system-property('xsl:vendor'),
                          'Apache Software Foundation')">1</xsl:when>
     <xsl:otherwise>0</xsl:otherwise>