ResultReadabilityOptions ElementSplittingDebug Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Sets whether the element splitting filter should output internal debug information.

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

public bool ElementSplittingDebug { get; set; }

Property Value

Type: Boolean
Remarks

Sets whether the element splitting filter should output internal debug information.

The internal debug output is passed using <xsl:message/>. This is typically passed to std.out but this can be changed my configuring the relevant Saxon Configuration object

See Also