.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Xml Class Summary

Xml::AutoFix

Automatically removes characters that cause validating XML parsers to fail. This property is False by default.

  Declarations  
    [Visual Basic]
Public Property AutoFix As Boolean

[C#]
public bool AutoFix {get; set;}

[C++]
public: __property bool get_AutoFix();
public: __property void set_AutoFix(bool);

[JScript]
public function get AutoFix() : Boolean;
public function set AutoFix(Boolean);
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.