Hello Fine Support team!!
I have an issue with the email conversion to the script with CDATA in EE. Basically I am parsing some data using XML for a verity of reasons. Since I am working in a textbody area I am using CDATA in the XML so it shows things as structured HTML in the output XML.
When I add an email address into the fray, EE converts it to a structure which also includes a CDATA tag… as I am sure I don’t have to say - you cannot nest CDATA, which means my XML becomes invalid and errors out…
Is there any way that you know of to disable this “conversion” which still means that it is easy for my client to update data - instead of the odd unescape() function that I updated the details to…
I totally understand the need for anti spam to script it like this; but I need it to not use the CDATA, or come up with a more structured way to handle this - any assistance is very much appreciated.
Thanks in advance!!