1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.Options
  6. /
  7. XmlEditOptions
  8. /
  9. FixIncorrectStructure

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