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.XmlResolver

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

Property Value

The XmlResolver used by this XslTransform.

By default, this property uses the XmlUrlResolver, which resolves XML resources using the file:// and http:// protocols.

See Also

XslTransform Class | XslTransform Members | System.NewXml.Xsl Namespace