Function

The function element is used to specify the name of a user provided script function together with the parameters that should be passed to the function.

<function name="name">
		<param/>
</function>

Parameters

name
The name of the user provided script function. This parameter is mandatory.
param
A set of parameters with associated values to pass to the named script function. Zero or more can be specified.

Remarks

The function element is used as part of the transform element to specify the function that should be used to create data in the output data.