DeltaXML DITA Compare .NET API DocumentationThe WarningReportMode type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| COMMENTS |
Add the recoverable errors and warnings as comments.
| |
| DOCUMENT_MARKUP |
Add the recoverable errors and warnings as document content.
| |
| MESSAGE |
Report the recoverable errors and warnings as XSL messages, which are typically visible when the comparison is run from a
command-line terminal.
| |
| PROCESSING_INSTRUCTIONS |
Add the recoverable errors and warnings as processing instructions.
|
See Also