Click or drag to resize
ConverterSetUriResolver Method
Public API of XMLmind XSL-FO Converter for .NET
Registers a URI resolver.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public void SetUriResolver(
	IUriResolver resolver
)

Parameters

resolver
Type: XmlMind.FoConverterIUriResolver
The URI resolver.
Remarks
This method specifies a URI resolver to be used for handling URIs in attribute values. If no URI resolver is registered, a default implementation will be used. In this default implementation URI specifications that do not denote an absolute location are considered relative to the input soure URI, unless the BaseUrl property is set.
See Also