IXSLTemplate::createProcessor Method
Creates a rental-model IXSLProcessor that will use this template. Multiple processors can be created from the same XSLTemplate object.
Visual Basic Syntax
Set objXSLProcessor = objXSLTemplate.createProcessor
C/C++ Syntax
HRESULT createProcessor(IXSLProcessor** ppProcessor);
Parameters
- ppProcessor [out]
- The returned processor associated with this template.
C/C++ Return Values
E_OUTOFMEMORY
- E_FAIL
- Value returned if the template has no style sheet.
See Also
IXSLTemplate Interface