XMLXsltHandler
From Xojo Documentation
Class (inherits from Object)
Used to handle SAX (Simple API for XML) style events on the XML output of an XSLT transformation.
Events | |||||||||
|
Notes
To use XMLXsltHandler, create a subclass and add code to the event handlers. Then pass an instance of your subclass to the XMLDocument.Transform method.
Compatibility
All project types on all operating systems.
See Also
XMLDocument class, XMLDocument.Transform method.