Re: [xsl] function-available returns false

Subject: Re: [xsl] function-available returns false
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Fri, 02 May 2008 14:31:36 +0200
Manfred Staudinger wrote:

In practice, of course, function-available() is almost always called with a
string literal as its argument.
The use case here is to get a quick reference which elements or
functions are not (jet) implemented and which extensions are available
in a certain version of an XSLT 1.0 processor (in a particular
browser).

You may want to have a look at the post of Peter Mozolik, who showed a way to test for all EXSLT extensions, categorized per module, at 17/06/2007, subject line "[xsl] EXSLT support report". An archived copy can be found here: http://biglist.com/lists/xsl-list/archives/200706/msg00279.html


Notice that his code does seem to work with Saxon 6.5.5.

Cheers,
-- Abel Braaksma

Current Thread