Provides the XSL style sheet that is to be compiled into the XSL template.
Set objXMLDOMNode = objXSLProcessor.stylesheet
HRESULT get_stylesheet (IXMLDOMNode** stylesheet);
The style sheet document is made read-only, while the style sheet belongs to the template or any associated processor. The read-only flag is removed when the style sheet is released from all templates and/or processing objects.
The processor objects created by this template take a "snapshot" of the current style sheet and always use that same style sheet, so they are actually isolated from changes to the stylesheet property. The only way to update the processor to the new style sheet is to create a new processor.