home contribute faq download

FunctX XSLT Functions

fn:type-available

Whether a schema type is available

Google
Webxsltfunctions.com

Description

The fn:type-available function returns a boolean value indicating whether a schema type is among the in-scope schema types in that stylesheet. Note: this is an XSLT-only function; it is not available in XQuery or XPath.

Arguments and Return Type

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

Examples

XSLT ExampleResults
No examples are currently available.

See Also

fn:element-availableWhether a XSLT instruction is supported

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