Calls the user-defined function.

Syntax

<call name="function_name">
    [<call-param name="function_name">
        body as actual parameter value
    </call-param>] *
</call>

Attributes

Name Required Default Description
name yes The name of user-defined function

Example

See example from function processor.