I’m creating an XML from some form responses. It works, but I have to add string data as CDATA and this creates a problem. I tried this
But the output escapes the < and > characters:
There’s no function to unescape them. What can I do?