XdmModule.MsXslFunctions PropertyXdmModule.MsXslFunctions PropertyXdmModule::MsXslFunctions Property

Gets the set of extension functions specific to XslCompiledTransformXslCompiledTransformXslCompiledTransform.

Syntax

Public Shared ReadOnly Property MsXslFunctions As XdmModule
        Get
public static XdmModule MsXslFunctions { get; }
public:
static property XdmModule^ MsXslFunctions {
    XdmModule^ get();
}
 

Property Value

Type: XmlPrime.XdmModuleXmlPrime.XdmModuleXmlPrime::XdmModule^

An XdmModuleXdmModuleXdmModule containing the MSXSL node-set extension function.

Remarks

This module contains functions with the following signature:

  • msxsl:node-set($items as item()*) as node()*

The function is in the namespace urn:schemas-microsoft-com:xslt