splScript Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

splScript Element

Contains the CDATA section that encapsulates the message filtering script.

Syntax

<lc:splScript>
  <![CDATA[
   MSPL_message_filter_script
  ]]>
</lc:splScript>

Attributes

None.

Child Elements

None.

Parent Element

applicationManifest Element

Remarks

  • This element is required.

  • For every application, the Microsoft SIP Processing Language (MSPL) script that is contained in this element processes the types of messages specified by the requestFilter element. For some scenarios, the processing functionality provided by this script is all that is required, thus the script itself constitutes the full application. In other scenarios, the script might or might not be used to perform some processing before calling the MSPL Dispatch function to dispatch the message to a managed code component.

  • The namespace prefix "lc" in the preceding usage example is the default namespace prefix, but can be replaced with any string value that you assign to your namespace using the xmlns attribute of the applicationManifest element.

See Also

Concepts

SIP Application Manifests

Application Attribute Elements

SIP Application Manifest Example

Microsoft SIP Processing Language Reference