DitaTopicCompareDotNet ShowNonPhraseChanges Property DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Specifies how to textually mark changes to text where <ph> elements are not allowed.

Namespace: DeltaXML.DitaCompareApi
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Syntax

public ShowNonPhraseChanges ShowNonPhraseChanges { get; set; }

Property Value

Type: ShowNonPhraseChanges
Remarks

Specifies whether to textually mark changes to text where <ph> elements are not allowed.

If text has changed within an element where phrase markup is not allowed, some other means must be used to process the changes. If this parameter is set to where-valid, the changed text is wrapped in textual delimiters e.g. -[[old text ]]- +[[new text ]]+. If the value is set to always, phrase markup is used even if it produces invalid DITA. If the value is set to never, no markup is used and only the new text is output.

Default:

where-valid

See Also