XML Compare .NET API Documentation - DEPRECATED
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Specifies the URI Resolver to be used and whether a fallback is used.
Namespace: DeltaXML.CoreS9ApiAssembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax
Parameters
- r
- Type: System.Xml XmlResolver
An implementation of the XmlResolver interface
- useFallbackResolver
- Type: System Boolean
Whether to use the fallback URI Resolver, if the user supplied URI Resolver fails to resolve.
Remarks
Specifies the URIResolver to be used with the generated PipelinedComparatorS9 and also when converting DXP resources into XsltExecutable objects. A URI Resolver used in this way is useful when resolving files referenced by <xsl:import>, <xsl:include> and document() constructs.
The fallback resolver provides support for OASIS XML catalogs.
See Also