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 );
Exception Type | Condition |
---|---|
Exception | If 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