Resets the state of the processor to the state it was in just before calling transform. It does not reset any other properties (for example, stylesheet or startMode).
objXSLProcessor.reset
HRESULT reset();
Using reset will cause any internally buffered output to be thrown away (that is, it aborts the asynchronous transformation). Calling reset results in the readyState reverting from READYSTATE_INTERACTIVE back to READYSTATE_LOADED.
A re-entrant call to reset from inside the scope of a call to transform results in that transform call finishing as soon as it can, returning E_FAIL with the error message "User aborted transform."