XmlNamespaces.XPathFunctionsNamespace FieldXmlNamespaces.XPathFunctionsNamespace FieldXmlNamespaces::XPathFunctionsNamespace Field

The XQuery 1.0 and XPath 2.0 functions namespace.

Syntax

Public Shared ReadOnly XPathFunctionsNamespace As String
public static readonly string XPathFunctionsNamespace
public:
static initonly String^ XPathFunctionsNamespace
 

Remarks

This namespace is the namespace of the built in functions in XQuery 1.0 and XPath 2.0 Functions and Operators, as well as the additional stylesheet functions defined in XSL Transformations (XSLT) Version 2.0.

This is the default function namespace in XQuery, XPath 2.0 and XSLT 2.0. The fn prefix is conventionally bound to this namespace. In XQuery the fn prefix is bound to this prefix by default.