XSLT function-available()
Function
Definition and Usage
The function-available()
function returns a boolean value indicating whether the XSLT processor supports the specified function.
You can test both XSLT functions and inherited XPath functions.
Syntax
Parameters
Parameter | Description |
---|---|
string | Required. Specifies the function to test. |