Escaped XML data within Note Content does not get entered.

Escaped XML data within Note Content does not get entered.

I have instances of user-inputted data I would like to be entered into Note Content from the Zoho CRM Developer API. 

For the majority of the XML data I submit to Zoho, in Leads and Contacts for example, I'm able to escape user-inputted data. I've handled this by wrapping the user inputted data in <![CDATA[...]]>. However, when I try doing the same for Notes, specifically the "Note Content" field, the field comes in blank to my Zoho CRM. I believe this is a bug in Zoho's CRM system.