Page 1 of 1

How to fix XML special character error

PostPosted: Wed Apr 25, 2012 12:19 am
by silvester
While creating an xml file to display data in the front end using ajax request or pulling blog posts from rise to the top or Wyselabs forums and creating an xml file to display the details ,if the xml field values have some special characters then it will surely through error.
To fix this issue we can add

<![CDATA[value]]>

ex:<title><![CDATA[Internet marketing & social media.]]></title>