LexicalPreservationConfig OuterPiAndCommentProcessingMode Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Specify the default PreservationProcessingMode for changes to processing instructions and comments outside the root element.

Namespace: DeltaXML.CoreS9Api.Config
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

public PreservationProcessingMode OuterPiAndCommentProcessingMode { get; set; }

Property Value

Type: PreservationProcessingMode
Remarks

Specify the default PreservationProcessingMode for changes to processing instructions and comments outside the root element.

Note: if this element is set to CHANGE, then the processing instructions and comments outside the root element are handled in the same manner as those inside the root element.

See Also