XMLStyleSheet
Class XMLStyleSheet

Method PrototypeDescription
Constructor()Instantiate a new empty style sheet document
Constructor(f As FolderItem)Instantiate a new style sheet document, initially populated from the contents of the FolderItem paramter.
Constructor(xml As String)Instantiate a new style sheet document, initially populated with the contents of the string parameter.


Use XMLStyleSheet objects to hold XSLT stylesheet data that can be applied to another XMLDocument by calling the Transform method of the XMLDocument class.

XMLStyleSheet is a subclass of XMLDocument.