fgl_report_set_document_handler()
Redirects the next report to an XML document handler.
Syntax
fgl_report_set_document_handler(
handler om.SaxDocumentHandler )
- handler is the document handler variable.
Usage
This function attaches the specified XML document handler to the next executed report.
The function must be called before the execution of a START REPORT
instruction
not using the TO XML HANDLER
clause.
Note:
The fgl_report_set_document_handler()
function is provided for backward
compatibility. Use the TO XML HANDLER
of START REPORT
instead. See
XML output for reports for more details.