NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XslTransform.Load

Loads the XSL stylesheet and any stylesheets referenced using xsl:include elements.

Overload List

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);

See Also

XslTransform Class | XslTransform Members | System.NewXml.Xsl Namespace