FixIncorrectStructure

XmlEditOptions.FixIncorrectStructure property

Allows to enable or disable mechanism for fixing corrupted XML structure. By default is disabled (false).

public bool FixIncorrectStructure { get; set; }

Remarks

By default only proper valid well-formed XML documents are acceptable. When this option is enabled, GroupDocs.Editor will try to fix corrupted XML structure if possible.

See Also