CommonComparator compare Method (String, Uri, String, Uri, StringBuilder)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Compares two XML strings and produces a string result.

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

public void compare(
	string a,
	Uri systemIdA,
	string b,
	Uri systemIdB,
	StringBuilder result
)

Parameters

a
Type: System String
The first input string to be compared
systemIdA
Type: System Uri
A systemId used to locate relative references in input a and for error reporting
b
Type: System String
The second input string to be compared
systemIdB
Type: System Uri
A systemId used to locate relative references in input b and for error reporting
result
Type: System.Text StringBuilder
A StringBuilder into which the result will be placed. Any previous content is replaced.
Exceptions

See Also