Returns the style sheet template that was used to create this XSLProcessor object.
Set objXSLTemplate = objXSLProcessor.ownerTemplate
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.
Applies To: XSLProcessor Object