DeltaXML DITA Compare .NET API DocumentationThe ModifiedAttributeMode type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| AUTOMATIC |
The behaviour will depend on other parameter settings, primarily the output-format.
| |
| DOCUMENT_A |
Output the 'A' version of modified attributes and any deleted ('A') attributes.
| |
| DOCUMENT_A_THEN_B |
Output the 'A' version of modified attributes.
| |
| DOCUMENT_B |
Output the 'B' version of modified attributes and any added ('B') attributes.
| |
| DOCUMENT_B_THEN_A |
Output the 'B' version of modified attributes.
| |
| ENCODE_AS_ATTRIBUTES |
Output the 'B' version of modified attributes and any added ('B') attributes but additionally show the changes encoded as
attributes in the attribute-change ('ac') namespace.
|
See Also