When you define your form using a schema or sample XML, you get the
opportunity to "Transform outgoing data" by specifying an XSLT
script.When you provide a script here, it will execute against your data
before it is submitted.Your other option is to bypass the submit
processing and use FormCalcs put/post methods to explicitly format your
message. John