WarningReportMode MESSAGE Property DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Report the recoverable errors and warnings as XSL messages, which are typically visible when the comparison is run from a command-line terminal.

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

public static WarningReportMode MESSAGE {
	[HideFromJavaAttribute]
	get;
 }

Property Value

Type: WarningReportMode
Remarks

Report the recoverable errors and warnings as XSL messages, which are typically visible when the comparison is run from a command-line terminal.
See Also