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 (XmlReader)

Loads the XSL stylesheet contained in the specified XmlReader.

[Visual Basic]
Overloads Public Sub Load( _
   ByVal stylesheet As XmlReader _
)
[C#]
public void Load(
   XmlReader stylesheet
);
[C++]
public: void Load(
   XmlReader* stylesheet
);
[JScript]
public function Load(
   stylesheet : XmlReader
);

Parameters

stylesheet
An XmlReader object that contains the XSL stylesheet.

Exceptions

Exception Type Condition
Exception If the loaded resource is not valid or if there is an xsl:include but no XmlResolver has been provided.

See Also

XslTransform Class | XslTransform Members | System.NewXml.Xsl Namespace | XslTransform.Load Overload List