Keyoti RapidSpell Web .NET Help Docs
IgnoreXML Property
API DocumentationKeyoti.RapidSpellRapidSpellWInlineIgnoreXML
Keyoti RapidSpell Web .NET
Whether to ignore XML/HTML tags, false by default.
Declaration Syntax
C#Visual BasicVisual C++
public bool IgnoreXML { get; set; }
Public Property IgnoreXML As Boolean
public:
property bool IgnoreXML {
	bool get ();
	void set (bool value);
}
Remarks
This identifies XML tags as anything in between < and > characters, there for it will cause undesirable effects in text such as "the sign for less than is < and the sign for greater than is >". Of course in HTML that should have been written as "the sign for less than is &lt; and the sign for greater than is &gt;" anyway, which would be fine.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625