Microsoft XML SDK 2.6 - XML Reference

reset Method (XSLProcessor)

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

Remarks

The reset method will cause any internally buffered output to be thrown away (that is, it aborts the asynchronous transformation). Calling reset results in the readyState going 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."

See Also

Applies To: XSLProcessor Object