Microsoft XML SDK 2.6 - XML Reference

ownerTemplate Property

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

Set objXSLTemplate = objXSLProcessor.ownerTemplate

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

Applies To: XSLProcessor Object