I am using EE to deliver content to Flash in XML format and I have a field that will contain an email address. By default the email is encoded to help foil spam bots but I need that turned off since obviously XML is no place for Javascript.
Is there any way to do that in the back end or am I limited to using PHP to pull the data directly out of the database so that I can bypass EE and the email encoding?