LexicalPreservationConfig PreserveDocumentLocation Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Controls whether markup is added to record the document location information

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

public bool PreserveDocumentLocation { get; set; }

Property Value

Type: Boolean
A boolean value specifies whether or not to preserve document location information.
Remarks

The document location is stored by adding an xml:base attribute to the route element.

N.B. If the xml:base attribute is already present on the parsed input, it will NOT be replaced.

See Also