Chilkat-XML is not escaping apostrophe
I am using Chilkat’s ActiveX XML class.
I notice when I :SaveXML()
, Character <,> and & are properly escaped but not the apostrophe
If I tried to do the substitution myself, '
would become ' when I :SaveXML()
Is there any setting I am missing?