DitaTopicCompareDotNet compare Method (String, Uri, String, Uri)DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Compares two XML string inputs to produce an XML string result.

Namespace: DeltaXML.DitaCompareApi
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Syntax

public string compare(
	string input1,
	Uri baseUri1,
	string input2,
	Uri baseUri2
)

Parameters

input1
Type: System String
The first input to compare as a string containing an XML document
baseUri1
Type: System Uri
The nominal location of the first input string for relative lookup
input2
Type: System String
The second input to compare as a string containing an XML document
baseUri2
Type: System Uri
The nominal location of the second input string for relative lookup

Return Value

Type: String
The comparison result as a string containing an XML document
Exceptions

See Also