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

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

Parameters

url
The URL that specifies the XSL stylesheet to load.

Exceptions

Exception Type Condition
Exception The loaded resource is not valid. Or 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