Sets the indicator whether the item uses XML syntax or not.
[Visual Basic] Sub SetXMLStyle( _ ByVal p_bValue As Boolean _ ) [C#] void SetXMLStyle( bool p_bValue ); [C++] void SetXMLStyle( bool p_bValue ); [JScript] function SetXMLStyle( bool p_bValue );
Use this method to set whether or the text will be treatted for XML escapes in output.
IFilterItem Interface | Okapi.Library.Filter Namespace | GetXMLStyle