I have an XML file I’m loading up for using in various tasks and I don’t want XML to automatically encode the XML data to HTML. Is there any way I can stop this?
Example…
“John’s Class” loads as “John&apost;s Class”. I want “John’s Class” to remain as it is.