Description
The fn:function-available function returns a boolean value indicating whether an implementation supports a particular function. All implementations support the built-in functions, but they may also support extension functions. Note: this is an XSLT-only function; it is not available in XQuery or XPath.
Arguments and Return TypeName | Type |
$function-name |
xs:string |
$arity |
xs:integer |
return value |
xs:boolean |
ExamplesHistory |
Recommended Reading:
|