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

Loads the XSL stylesheet contained in the specified XmlNavigator.

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

Parameters

stylesheet
An XmlNavigator object that contains the XSL stylesheet.

Exceptions

Exception Type Condition
Exception 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