column element

Identifies one or more columns of data that the message filtering script reads when accessing the data file specified by the parent file element.

Syntax

  Copy codeCopy code
<lc:column name="columnName"/>

Attributes

name

Required. Specifies the name of a column. The name must be a valid Microsoft SIP Processing Language (MSPL) identifier.

Child elements

None.

Parent element

Remarks

See the section "Flat File Access" in the topic MSPL script syntax for additional description and an example. The namespace prefix "lc" in the preceding usage example is the default namespace prefix, but it can be replaced with any string value that you assign to your namespace using the xmlnsattribute of the applicationManifestelement.

See also

Other resources

SIP application manifests
Application attribute elements