Gets or sets the XmlResolver used by this XslTransform to resolve external resources.
[Visual Basic] Public Property XmlResolver As XmlResolver [C#] public XmlResolver XmlResolver {get; set;} [C++] public: __property XmlResolver* get_XmlResolver(); public: __property void set_XmlResolver(XmlResolver*); [JScript] public function get XmlResolver() : XmlResolver; public function set XmlResolver(XmlResolver);
The XmlResolver used by this XslTransform.
By default, this property uses the XmlUrlResolver, which resolves XML resources using the file:// and http:// protocols.
XslTransform Class | XslTransform Members | System.NewXml.Xsl Namespace