Saxon API for .NET

XsltCompiler.BaseUri Property

The base URI of the stylesheet, which forms part of the static context of the stylesheet. This is used for resolving any relative URIs appearing within the stylesheet, for example in xsl:include and xsl:import declarations, in schema locations defined to xsl:import-schema, or as an argument to the document() or doc() function.

public string BaseUri {get; set;}

See Also

XsltCompiler Class | Saxon.Api Namespace