Begin changeXSLReportProcessor class

The XSLReportProcessor class enables you to merge your XML source data with an XSL stylesheet. Use this class to create and process a report that consists of XSL formatting objects (FOs) that conform to the XSL specification. You then convert the report data to a specified output data stream format.

The XSLReportProcessor class allows you to:

For more information about XML and XSL, see the XML topic in the Information Center.

The following example ...:

     need codeEnd change