function-available
XSLT/XPath Reference: XSLT elements, EXSLT functions, XPath functions, XPath axesThe function-available
function determines if a given function is available and returns boolean true or false.
Syntax
function-available(name )
Arguments
name
-
The name of the function to test.
Returns
Boolean true
or false
.
Defined
Gecko support
Supported.
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/XPath/Functions/function-available