Loads the XSL stylesheet specified by a URL.
[Visual Basic] Overloads Public Sub Load( _ ByVal url As String _ ) [C#] public void Load( string url ); [C++] public: void Load( String* url ); [JScript] public function Load( url : String );
Exception Type | Condition |
---|---|
Exception | The loaded resource is not valid. Or there is an xsl:include but no XmlResolver has been provided. |
XslTransform Class | XslTransform Members | System.NewXml.Xsl Namespace | XslTransform.Load Overload List