XMLXslHandler Class
Used to handle SAX (Simple API for XML) style events on the XML output of an XSLT transformation.
Notes
To use XMLXslHandler, create an instance of this class and put code in the events. Then pass an instance of your subclass as the second parameter of the Transform method of the XMLDocument class.
See Also
XMLDocument class.