LexicalPreservationConfig PreserveNestedEntityReferences Property XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Controls whether entity references are included in entity replacement text results.

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

public bool PreserveNestedEntityReferences { get; set; }

Property Value

Type: Boolean
Remarks

Controls whether entity references are included in entity replacement text results.

A entity definition can itself contain an entity reference (general or parameter) and this method controls whether such entity references appear in the output.

When false, entity reference elements will not be nested. Conversely when this parameter is set to true, the result may include nested entity reference elements (in the er namespace).

The nesting corresponds to the use of entity references in the definition of other entity references.

See also: OnlineW3C XML 1.0 Specification (Fifth Edition), Section 4.5: Construction of Entity Replacement Text

See Also