Loads the XSL stylesheet and any stylesheets referenced using xsl:include elements.
Loads the XSL stylesheet contained in the specified XmlNavigator.
[Visual Basic] Overloads Public Sub Load(XmlNavigator)
[C#] public void Load(XmlNavigator);
[C++] public: void Load(XmlNavigator*);
[JScript] public function Load(XmlNavigator);
Loads the XSL stylesheet specified by a URL.
[Visual Basic] Overloads Public Sub Load(String)
[C#] public void Load(String);
[C++] public: void Load(String*);
[JScript] public function Load(String);
Loads the XSL stylesheet contained in the specified XmlReader.
[Visual Basic] Overloads Public Sub Load(XmlReader)
[C#] public void Load(XmlReader);
[C++] public: void Load(XmlReader*);
[JScript] public function Load(XmlReader);
XslTransform Class | XslTransform Members | System.NewXml.Xsl Namespace