Saxon API for .NET

XsltCompiler.XmlResolver Property

An XmlResolver, which will be used to resolve URI references while compiling a stylesheet

public System.Xml.XmlResolver XmlResolver {get; set;}

Remarks

If no XmlResolver is set for the XsltCompiler, the XmlResolver is used that was set on the Processor at the time NewXsltCompiler was called.

See Also

XsltCompiler Class | Saxon.Api Namespace