Click to Rate and Give Feedback
MSDN
MSDN Library
XML
XSLT Reference
XSLT Functions
 function-available Function

  Switch on low bandwidth view
function-available Function
Windows Mobile SupportedWindows Embedded CE Supported
8/28/2008

Returns True if the function is in the function library.

            boolean function-available(string)
string

Specifies a function name.

Returns True if the function is in the function library.

The argument must evaluate to a string that is a QName. The QName is expanded into an expanded-name using the name space declarations in scope for the expression. The function-available function returns True if and only if the expanded-name is the name of a function in the function library. If the expanded-name has a non-null name space Uniform Resource Identifier (URI), it refers to an extension function; otherwise, it refers to a function defined by XML Path Language (XPath) or XSL Transformations (XSLT).

The following function call returns True.

function-available("format-number")

Reference

XSLT Functions

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker