Microsoft XML SDK 2.6 - XML Reference

stylesheet Property (XSLProcessor)

Provides the XSL style sheet that is to be compiled into the XSL template.

Set objXMLDOMNode = objXSLProcessor.stylesheet

Remarks

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 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.

See Also

Applies To: XSLProcessor Object