I’m creating a xml file in a .vbs file with node values like the following,
<car>David's</car>
<company>Mannar & Co.</company>
While parsing this xml, I find issues with &, etc.
I want to convert all possible xml special characters with encoded characters(with a function or something) so that while parsing I get the original content.
Thanking you.
Based on the comment of OP here i version i made myself, couldn’t find a reliable one, i think it covers all possible ascii characters