From: Bob Stayton Date: Thu, 9 Feb 2006 01:50:27 +0000 (+0000) Subject: Xalan fails the test function-available(exsl:node-test) even though X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5f1f5424fd32fd9a20f1f38b649e143a4fc68a1;p=docbook-dsssl Xalan fails the test function-available(exsl:node-test) even though it supports that function. I added a workaround. --- diff --git a/xsl/template/titlepage.xsl b/xsl/template/titlepage.xsl index e7f183b51..b608b73ab 100644 --- a/xsl/template/titlepage.xsl +++ b/xsl/template/titlepage.xsl @@ -216,6 +216,15 @@ and verso sides of the title page. + + contains(system-property('xsl:vendor'), 'Apache Software Foundation') + + Xalan quirk + + count(exsl:node-set($recto.content)/*) + + + 1 @@ -268,6 +277,15 @@ and verso sides of the title page. + + contains(system-property('xsl:vendor'), 'Apache Software Foundation') + + Xalan quirk + + count(exsl:node-set($verso.content)/*) + + + 1