172.

Application has xmlDataDocument object named document1 and xslTransform object named sheet1 where stylesheet is already loaded. and dataset object named dataset1. developer want to display tranformed data in html format which method will accomplish this

The transform method of xslTransform is used to transform xml data using an xslt and returns the result into stream. response.outputstream should be used for enable output.
Dataset do not have transform method