CommonComparator compare Method (Uri, Uri, Stream)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Compares the XML obtained from two Uris and writes the pipeline result to a Stream

Namespace: DeltaXML.CoreS9Api.Internals
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

public void compare(
	Uri a,
	Uri b,
	Stream result
)

Parameters

a
Type: System Uri
The Uri from which the first input is loaded
b
Type: System Uri
The Uri for the second input
result
Type: System.IO Stream
where the pipeline result will be written
Exceptions

See Also