IXSLProcessor::transform Method
Starts the transformation process or resumes a transform that previously returned VARIANT_FALSE. When the end of the transformation is reached successfully, VARIANT_TRUE is returned.
Visual Basic Syntax
boolValue = objXSLProcessor.transform
C/C++ Syntax
HRESULT transform (VARIANT_BOOL* pDone);
Parameters
- pDone [out]
- The returned success message.
C/C++ Return Values
- E_FAIL
- Value returned if readyState is not READYSTATE_LOADED or READYSTATE_COMPLETE, or if a transformation error is encountered (for example, a script engine error).
- VARIANT_FALSE
- Value returned if the end of the input tree is reached and more input is pending.
- VARIANT_TRUE
- Value returned if the entire transformation is completed successfully.
See Also
IXSLProcessor Interface