proper xml format for inserRecords

proper xml format for inserRecords

here is a snippet of my xml

  1. <Accounts>
  2.       <row no="1">
  3.             <FL val="License Number">2000250.FMP </FL>
  4.             <FL val="MJBL Number"> </FL>
  5.             <FL val="Business">Jeffrey HunterInfidelesAlex Oyarbide alexlocations@sbcglobal.net Suite 51444 Brickell AveMiami, FL 00000 </FL>
  6.             <FL val="Business Telephone"> </FL>
  7.             <FL val="License Category">Film Permit </FL>
  8.              <FL val="Status">Permit Issued </FL>
  9.             <FL val="Date of License">07/21/2011 </FL>
  10.             <FL val="Out of Business Date"> </FL>
  11.       </row>
  12. </Accounts>
i cant see anything wrong with this. using this url

https://crm.zoho.com/crm/private/xml/Leads/insertRecords?newFormat=1&authtoken='+ process.env.ZOHO_AUTH +'&scope=crmapi&xmlData=' + data


and this is the error message

  1.  text: '<?xml version="1.0" encoding="UTF-8" ?>\n<response uri="/crm/private/xml/Leads/insertRecords"><error><code>4835</code><message>Unable to parse XML data</message></error></response>\n',
thanks in advance.