home contribute faq download

FunctX XSLT Functions

fn:element-available

Whether a XSLT instruction is supported

Google
Webxsltfunctions.com

Description

The fn:element-available function returns a boolean value indicating whether the implementation supports a particular XSLT instruction or an extension instruction. Note: this is an XSLT-only function; it is not available in XQuery or XPath.

Arguments and Return Type

NameType
$element-name xs:string
return value xs:boolean

Examples

XSLT ExampleResults
No examples are currently available.

History

Published OnLast UpdatedContributor(s)
2007-03-172007-03-17W3C, XSLT 2.0, http://www.w3.org/TR/xslt20/
Datypic XSLT Services

Recommended Reading:

XQuery