--- title: function-available slug: Web/XPath/Functions/function-available tags: - Référence_XSLT translation_of: Web/XPath/Functions/function-available original_slug: Web/XPath/Fonctions/function-available --- {{ XsltRef() }} La fonction `function-available` détermine si une fonction donnée est disponible et retourne le booléen `true` ou `false`. ### Syntaxe function-available( nom ) ### Arguments - `nom` - : Le nom de la fonction à tester. ### Retour La valeur booléenne `true` ou `false`. ### Définition [XPath 1.0, section 15](http://www.w3.org/TR/xslt#function-function-available). ### Support Gecko Supportée.