LexicalPreservationConfig PreserveContentModel Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Controls whether Element Content Model information is preserved in XML markup.

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

public bool PreserveContentModel { get; set; }

Property Value

Type: Boolean
Remarks

Controls whether Element Content Model information is preserved in XML markup.

When the preserve parameter is false, content model information is kept wihtin attributes in the 'deltaxml' namespace and removed at the earliest possible stage. With the parameters set true the 'preserve' namespace is used, this ensures that attribute remain to the end of the pipeline.

See Also