Creates a SAX-WRITER and sets the output destination to an internal longchar for intermediate storage.
Syntax
FUNCTION getSaxWriter (INPUT name) RETURNS HANDLE.
Applies to
Message objects
Notes
The caller uses SAX-WRITER methods on the returned handle to create the XML document. (which will be written to the internal longchar).
The name parameter is the name of the widget-pool to be used when creating the SAX-WRITER. The Unknown value (?) results in the use of the default pool.