Microsoft XML SDK 2.6 - XML Reference

IXSLProcessor::ownerTemplate Method

Returns the style sheet template that was used to create this XSLProcessor object.

Visual Basic Syntax

Set objXSLTemplate = objXSLProcessor.ownerTemplate

C/C++ Syntax

HRESULT get_ownerTemplate (IXSLTemplate** ppTemplate);

Parameters

ppTemplate [out]
The returned style sheet template property.

Remarks

The processor keeps the template alive, so even if the user releases the template object this property can still be used to return the original template object.

Note   The stylesheet property on the returned template may be different from the stylesheet property on this processor object.

See Also

IXSLProcessor Interface