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 );
Exception Type | Condition |
---|---|
Exception | The loaded resource is not valid. Or if there is an xsl:include but no XmlResolver has been provided. |
XslTransform Class | XslTransform Members | System.NewXml.Xsl Namespace | XslTransform.Load Overload List