DeltaXML DITA Compare .NET API DocumentationThe PreservationMode type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| AUTOMATIC |
Chooses the most appropriate setting based on the output format.
| |
| DOC_AND_ATTRIB |
Preserve document typing and original attribute information.
| |
| DOCUMENT |
Preserve document typing information.
| |
| ENTITY_REF |
Enhance round-trip processing by analysing entity contents.
| |
| NESTED_ENTITY_REF |
Enhance round-trip processing by analysing both entity and nested entity contents.
| |
| ROUND_TRIP |
Preserve document type, entity usage, and attribute usage data.
|
See Also