Adding CDATA through the Create XML module escapes characters

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:
image

There’s no function to unescape them. What can I do?